GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > GcComboBox クラス : GetItemIndex メソッド |
Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
public int GetItemIndex( int itemDisplayIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | itemDisplayIndex が 0 未満です。
または、itemDisplayIndex が項目の数を超えています。 |