Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / AddText Method
The string to add to the drop down list


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

    Parameters

    text
    The string to add to the drop down list
    See Also