InfoConnect for Airlines VBA Guide
GetFieldColor Function (UtsScreen)
The row number at the beginning of, or within, the field.
The column number at the beginning of, or within, the field.
Gets the foreground color of the host field that the specified row and column are part of.
Syntax
object.GetFieldColor( _
   ByVal row As Long, _
   ByVal column As Long _
) As ScreenColor

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 value that indicates the color of the field.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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