Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartDropDown Object / AddText Method
The new item's text
In This Topic
    AddText Method
    In This Topic
    Adds an item to the drop down list.
    Syntax
    expression.AddText( _
       ByVal text As String _
    ) 
    where expression is a variable that represents a SmartDropDown Object

    Parameters

    text
    The new item's text
    See Also