InfoConnect for Unisys
IgnoreHostColorsOnStatusLine Property


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
bool IgnoreHostColorsOnStatusLine {get; set;}
See Also