Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > IThemeColor Interface : SetAnsiColor Method |
'Declaration
Sub SetAnsiColor( _ ByVal color As ScreenAnsiColor, _ ByVal newColor As Color _ )
'Usage
Dim instance As IThemeColor Dim color As ScreenAnsiColor Dim newColor As Color instance.SetAnsiColor(color, newColor)
void SetAnsiColor( ScreenAnsiColor color, Color newColor )