InfoConnect VBA Guide
Attachmate.Reflection.Objects.UserInterface Library / UiControl Object / Text Property
In This Topic
    Text Property (UiControl)
    In This Topic
    Get or sets the text associated with the control.
    Syntax
    expression.Text As String
    where expression is a variable that represents a UiControl Object
    See Also