InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / ThemeColor Object / IsBackgroundSingleColor Property
Example
In This Topic
    IsBackgroundSingleColor Property (ThemeColor)
    In This Topic
    Gets a value indicating whether the screen background color is a single color or mapped as per field attributes defined in the IbmTerminalAttributeOption enumerator.
    Syntax
    expression.IsBackgroundSingleColor As Boolean
    where expression is a variable that represents a ThemeColor Object
    Example
    Attachmate.Reflection.Emulation.Common.ThemeColor color
       
    Dim IsBackColor As Boolean = color.IsBackgroundSingleColor
    Return IsBackColor
    See Also