Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / GetCharacterAttributes Method
The screen row position.
The screen column position.
In This Topic
    GetCharacterAttributes Method
    In This Topic
    Retrieves character attributes for the specified position on the screen.
    Syntax
    expression.GetCharacterAttributes( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As CharacterAttributes
    where expression is a variable that represents a Screen Object

    Parameters

    row
    The screen row position.
    column
    The screen column position.

    Return Value

    The CharacterAttributes value that has attribute information for the specified position. May specify multiple attributes.
    See Also