Reflection
RemoveItem Method (ISmartDropDown)


The index of the item to remove from the drop down list
Removes a specific item from the drop down list.
Syntax
'Declaration
 
Sub RemoveItem( _
   ByVal itemIndex As Integer _
) 
'Usage
 
Dim instance As ISmartDropDown
Dim itemIndex As Integer
 
instance.RemoveItem(itemIndex)
void RemoveItem( 
   int itemIndex
)

Parameters

itemIndex
The index of the item to remove from the drop down list
See Also