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

GcListBoxGetItemDisplayIndex メソッド

項目の表示インデックスを取得します。

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

パラメーター

itemIndex
型: SystemInt32
Items に基づく項目インデックス。

戻り値

型: Int32
表示インデックスの値。
例外
例外条件
ArgumentOutOfRangeExceptionitemIndex が 0 未満か、項目数以上です。
関連項目