'Declaration
Protected Function FindFirstMatchedAndCanBeSelectedIndex( _
ByVal As String, _
ByVal As Boolean _
) As Integer
'使用法
Dim instance As GcComboBoxCellType
Dim text As String
Dim ignoreCase As Boolean
Dim value As Integer
value = instance.FindFirstMatchedAndCanBeSelectedIndex(text, ignoreCase)
protected int FindFirstMatchedAndCanBeSelectedIndex(
string ,
bool
)
パラメータ
- text
- 検索するテキストを示すSystem.String値。
- ignoreCase
- bool値。検索時に大文字と小文字を区別しない場合はtrue、区別する場合はfalse。
戻り値の型
指定したテキストに一致するドロップダウンリスト内の最初のListItemのインデックスを示すint値。一致が見つからなかった場合は-1を返します。