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

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

プロパティ値

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

GcComboBox クラス
GcComboBox メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.