PowerTools InputMan for Windows Forms 8.0J
SelectedIndex プロパティ (GcListBox)

現在選択されている項目のインデックスを取得または設定します。
構文
Public Property SelectedIndex As Integer
public int SelectedIndex {get; set;}

プロパティ値

現在選択されていりう項目の0から始まるインデックスを表すInt32値。 既定値は-1です。
例外
例外解説
System.InvalidOperationExceptionこのプロパティは、SelectionModeSystem.Windows.Forms.SelectionMode.Noneに設定されている場合には設定できません。
解説
項目が選択されていないときは-1が設定されます。
参照

GcListBox クラス
GcListBox メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.