Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > IThemeColor Interface : SetForegroundColor Method |
'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)
void SetForegroundColor( TextColorMappingAttribute attr, Color newColor )