Spread Windows Forms 12.0 Product Documentation
SelectedIndex Property


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : SelectedIndex Property
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
public int SelectedIndex {get; set;}

Property Value

Index of selected item
See Also

Reference

FpCombo Class
FpCombo Members