Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / GetFieldColor Method
The row number at the beginning of, or within, the field.
The column number at the beginning of, or within, the field.
In This Topic
    GetFieldColor Method
    In This Topic
    Gets the foreground color of the host field that the specified row and column are part of.
    Syntax
    expression.GetFieldColor( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ScreenColor
    where expression is a variable that represents a IbmScreen Object

    Parameters

    row
    The row number at the beginning of, or within, the field.
    column
    The column number at the beginning of, or within, the field.

    Return Value

    A ScreenColor value that indicates the color of the field.
    Exceptions
    ExceptionDescription
    This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
    Remarks
    The color can be different from the character foreground color at the specified screen location.
    See Also