InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen 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.
GetFieldColor Method (UtsScreen)
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 UtsScreen 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 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