Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : ForegroundColor Property |
Gets
the foreground color.'Declaration
Public ReadOnly Property ForegroundColor As ScreenColor
'Usage
Dim instance As ScreenCharacter Dim value As ScreenColor value = instance.ForegroundColor
public ScreenColor ForegroundColor {get;}
private ScreenCharacter screen; private ScreenColor color; //Get ScreenColor. color = screen.ForegroundColor;