Reflection
CurrentItemIndex Property


Gets or sets the index of the item selected in the drop down list.
Syntax
'Declaration
 
Property CurrentItemIndex As Integer
'Usage
 
Dim instance As ISmartDropDown
Dim value As Integer
 
instance.CurrentItemIndex = value
 
value = instance.CurrentItemIndex
int CurrentItemIndex {get; set;}
See Also