Attachmate.Reflection.Emulation.IbmHosts Namespace > HostField Class : ForegroundColor Property |
Gets
the foreground color for the specified terminal attribute.'Declaration Public ReadOnly Property ForegroundColor As ScreenColor
'Usage Dim instance As HostField Dim value As ScreenColor value = instance.ForegroundColor
public ScreenColor ForegroundColor {get;}
HostField host;
ScreenColor scrColor;
//Get the foreground color.
scrColor = host.ForegroundColor;
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services