C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / SelectedIndex Property


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