Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / CurrentItemIndex Property


In This Topic
CurrentItemIndex Property
In This Topic
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
See Also