InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / 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
    'Declaration
     
    
    Property GraphicsExtendedColors As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.GraphicsExtendedColors = value
     
    value = instance.GraphicsExtendedColors
    bool GraphicsExtendedColors {get; set;}
    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 default), the extended graphics colors are not used. This property is only relevant for 3270 terminal sessions.
    See Also