InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / SelectAll Method
In This Topic
    SelectAll Method (Screen)
    In This Topic
    Selects all of the text on the screen.
    Syntax
    expression.SelectAll() As ReturnCode
    where expression is a variable that represents a Screen Object

    Return Value

    One of the following ReturnCode enumeration values.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    See Also