Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ThemeColor Object / GetBackgroundColor Method
A TextColorMappingAttribute value that specifies the host text attribute whose mapped color is returned.
In This Topic
    GetBackgroundColor Method (ThemeColor)
    In This Topic
    Returns the current mapped background color for a given terminal attribute.
    Syntax
    expression.GetBackgroundColor( _
       ByVal attr As TextColorMappingAttribute _
    ) As Color
    where expression is a variable that represents a ThemeColor Object

    Parameters

    attr
    A TextColorMappingAttribute value that specifies the host text attribute whose mapped color is returned.

    Return Value

    The current background color mapping for the specified attribute.
    See Also