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