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

Parameters

attr
A TextColorMappingAttribute value that specifies the host text attribute whose mapped color is returned.

Return Value

The current foreground color mapping for the specified attribute.
See Also