InfoConnect for Unisys VBA Guide
ForegroundColor Property (HostField)
Gets the foreground color set for the specified terminal attribute.
Syntax
Object.ForegroundColor As ScreenColor
Example
Dim host As HostField
Dim scrColor As ScreenColor
'Get the foreground color.
scrColor = host.ForegroundColor
See Also

 

 


2015 Attachmate

Send Feedback