GrapeCity SPREAD for Windows Forms 11.0J
SelectedIndex プロパティ


コンボボックスリストで選択されている項目のインデックスを取得または設定します。
構文
'Declaration
 
Public Property SelectedIndex As Integer
'使用法
 
Dim instance As FpCombo
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
public int SelectedIndex {get; set;}

プロパティ値

選択されている項目のインデックス
参照

FpCombo クラス
FpCombo メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.