GrapeCity SPREAD for WPF 2.0J
SelectedIndex プロパティ (GcListBox)

選択されている項目の表示インデックスを取得または設定します。これは依存関係プロパティです。
構文
'Declaration
 
Public Property SelectedIndex As Integer
public int SelectedIndex {get; set;}

プロパティ値

選択されている項目の表示インデックス。既定値は -1 です。
例外
例外説明
System.ArgumentOutOfRangeException選択されているインデックスが -1 より小さいか、System.Windows.Controls.ItemsControl.Items の数を超えています。
解説
SelectedIndex は表示インデックスです。
参照

GcListBox クラス
GcListBox メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.