InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / ForegroundColor Property
Example
In This Topic
    ForegroundColor Property (HostField)
    In This Topic
    Gets the foreground color set for the specified terminal attribute.
    Syntax
    expression.ForegroundColor As ScreenColor
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim scrColor As ScreenColor
    'Get the foreground color.
    scrColor = host.ForegroundColor
    See Also