PowerTools SPREAD for Windows Forms 8.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-2015, GrapeCity inc. All rights reserved.