'宣言
Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
public int GetItemIndex( int itemDisplayIndex )
パラメータ
- itemDisplayIndex
- 項目の表示インデックス。
戻り値の型
GcComboBox によって表示されるときのインデックス。
'宣言
Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
public int GetItemIndex( int itemDisplayIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | itemDisplayIndex が 0 未満です。 または、itemDisplayIndex が項目の数を超えています。 |