Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / UseAnsiColor Property
In This Topic
    UseAnsiColor Property
    In This Topic
    Gets or sets whether the host can transmit ANSI color sequences to Reflection, thereby changing the foreground and background colors for characters displayed in the terminal window.
    Syntax
    expression.UseAnsiColor As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    This property applies to the display of ANSI color sequences in Reflection. It does not apply to printing.
    See Also