InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / IgnoreHostColorsOnStatusLine Property


In This Topic
IgnoreHostColorsOnStatusLine Property
In This Topic
Gets or sets a value indicating whether to use the status line colors specified in the session settings rather than any colors specified by the host.
Syntax
'Declaration
 
Property IgnoreHostColorsOnStatusLine As Boolean
 
'Usage
 
Dim instance As IUtsTerminal
Dim value As Boolean
 
instance.IgnoreHostColorsOnStatusLine = value
 
value = instance.IgnoreHostColorsOnStatusLine
See Also