Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / AllowColorTableChanges Property
In This Topic
    AllowColorTableChanges Property
    In This Topic
    Gets or sets whether Reflection responds to host commands that are related to color table changes.
    Syntax
    expression.AllowColorTableChanges As Boolean
    where expression is a variable that represents a Terminal Object
    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 this is set to false, Reflection does not change the color table in response to these commands.

    Reflection always allows the color table to be changed as a result of displaying a sixel, regardless of the value of AllowColorTableChanges. The default value is true.
    See Also