Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartDropDown Object / RemoveText Method
The text of the item to remove.
In This Topic
    RemoveText Method
    In This Topic
    Removes an item from the drop down list.
    Syntax
    expression.RemoveText( _
       ByVal text As String _
    ) 
    where expression is a variable that represents a SmartDropDown Object

    Parameters

    text
    The text of the item to remove.
    See Also