Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ThemeColor Object / GetAnsiColor Method
A ScreenAnsiColor value that specifies the ANSI color whose mapped color is returned.
In This Topic
GetAnsiColor Method
In This Topic
Returns the current mapped color for a given ANSI terminal color.
Syntax
expression.GetAnsiColor( _
   ByVal color As ScreenAnsiColor _
) As Color
where expression is a variable that represents a ThemeColor Object

Parameters

color
A ScreenAnsiColor value that specifies the ANSI color whose mapped color is returned.

Return Value

The current color mapping for the specified attribute.
Remarks
Mapping ANSI colors is only applicable for SCO ANSI, BBS ANSI, AT386, or Linux Console terminal types.
See Also