Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / AllowColorTableChanges Property


In This Topic
AllowColorTableChanges Property
In This Topic
Gets or sets a value indicating whether Reflection 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

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, Reflection does not change the color table in response to these commands.

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

See Also