SelectedIndex Property (FpCombo)
Gets or sets the index of the selected item in the combo box list.
public int SelectedIndex {get; set;}
'Declaration
Public Property SelectedIndex As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.SelectedIndex = value
value = instance.SelectedIndex