Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / RemoveText Method
The string to remove from the drop down list


In This Topic
    RemoveText Method
    In This Topic
    Removes a string from the drop down list.
    Syntax
    'Declaration
     
    
    Sub RemoveText( _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As ISmartDropDown
    Dim text As String
     
    instance.RemoveText(text)
    void RemoveText( 
       string text
    )

    Parameters

    text
    The string to remove from the drop down list
    See Also