リサイズはクリックかドラッグ

GcListBoxGetItemIndex メソッド

Items に基づく項目インデックスを取得します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public int GetItemIndex(
	int itemDisplayIndex
)

パラメーター

itemDisplayIndex
型: SystemInt32
項目の表示インデックス。

戻り値

型: Int32
Items に基づく項目インデックスの値。
例外
例外条件
ArgumentOutOfRangeExceptionitemDisplayIndex が 0 未満か、項目数以上です。
関連項目