InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / AllowColorTableChanges Property


In This Topic
    AllowColorTableChanges Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect responds to host commands that are related to color table changes.
    Syntax
    'Declaration
     
    
    Property AllowColorTableChanges As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.AllowColorTableChanges = value
     
    value = instance.AllowColorTableChanges
    bool AllowColorTableChanges {get; set;}

    Property Value

    The default value is true.
    Remarks
    When this property is set to true, the terminal color map can be set using either the ReGIS S(M) command or the restore color table (DECRSTS) control function.

    When it is set to false, InfoConnect does not change the color table in response to these commands.

    InfoConnect always allows the color table to change as a result of displaying a sixel, regardless of the value of AllowColorTableChanges.

    See Also