Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeColor Interface / SetForegroundColor Method
The host text attribute whose mapped color should be set
The new foreground color mapping for the specified attribute


In This Topic
SetForegroundColor Method (IThemeColor)
In This Topic
Sets the current mapped foreground color for a given terminal attribute
Syntax
'Declaration
 
Sub SetForegroundColor( _
   ByVal attr As TextColorMappingAttribute, _
   ByVal newColor As Color _
) 
 
'Usage
 
Dim instance As IThemeColor
Dim attr As TextColorMappingAttribute
Dim newColor As Color
 
instance.SetForegroundColor(attr, newColor)

Parameters

attr
The host text attribute whose mapped color should be set
newColor
The new foreground color mapping for the specified attribute
See Also