InfoConnect for Airlines VBA Guide
GraphicsExtendedColors Property
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
Object.GraphicsExtendedColors As Boolean
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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