バージョン

DropDown メソッド (IValueList)

リストをドロップダウンします。成功した場合はTrueを返します。
シンタックス
'宣言
 
Function DropDown( _
   ByVal editAreaInScreenCoords As Rectangle, _
   ByVal index As Integer, _
   ByVal text As String _
) As Boolean
bool DropDown( 
   Rectangle editAreaInScreenCoords,
   int index,
   string text
)

パラメータ

editAreaInScreenCoords
画面座標の編集領域の System.Drawing.Rectangle
index
最初に選択されたインデクス。
text
最初に選択したインデックスのテキスト。

戻り値の型

リストのドロップダウンが成功された場合True。
参照