Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / SelectedIndex Property


In This Topic
SelectedIndex Property (FpCombo)
In This Topic
Gets or sets the index of the selected item in the combo box list.
Syntax
'Declaration
 
Public Property SelectedIndex As Integer
 
'Usage
 
Dim instance As FpCombo
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
See Also