Reflection
UseAnsiColor Property


Returns or specifies whether the host can transmit ANSI color sequences to Reflection, thereby changing the foreground and background colors for characters displayed in the terminal window. This property applies to the display of ANSI color sequences in Reflection; it does not apply to printing with Reflection.
Syntax
'Declaration
 
Property UseAnsiColor As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.UseAnsiColor = value
 
value = instance.UseAnsiColor
bool UseAnsiColor {get; set;}
See Also