'DeclarationProperty AllowColorTableChanges As Boolean
'UsageDim instance As ITerminal Dim value As Boolean instance.AllowColorTableChanges = value value = instance.AllowColorTableChanges
bool AllowColorTableChanges {get; set;}
'DeclarationProperty AllowColorTableChanges As Boolean
'UsageDim instance As ITerminal Dim value As Boolean instance.AllowColorTableChanges = value value = instance.AllowColorTableChanges
bool AllowColorTableChanges {get; set;}
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.