In This Topic
Gets or sets a value indicating 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 in the terminal window; 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