Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ThemeColor Object / SetAnsiColor Method
A ScreenAnsiColor value that specifies the ANSI color whose mapped color is set.
The new color mapping for the specified attribute.
In This Topic
SetAnsiColor Method
In This Topic
Sets the current mapped color for a given ANSI terminal color.
Syntax
expression.SetAnsiColor( _
   ByVal color As ScreenAnsiColor, _
   ByVal newColor 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 set.
newColor
The new 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