Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / RemoveItem Method
The index of the item to remove from the drop down list


In This Topic
    RemoveItem Method (ISmartDropDown)
    In This Topic
    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