Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / GraphicsExtendedColors Property
In This Topic
    GraphicsExtendedColors Property
    In This Topic
    Gets or sets a value indicating whether the terminal uses the set of extended graphics colors (black, white, dark blue, orange, purple, dark green, dark turquoise, mustard, gray, and brown).
    Syntax
    expression.GraphicsExtendedColors As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When this property is false, the extended graphics colors are not used. This property is only relevant for 3270 terminal sessions. The default is false.
    See Also