InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / GetCharacterForegroundColor Method
The character screen row coordinate
The character screen column coordinate
GetCharacterForegroundColor Method (UtsScreen)
Gets the foreground color of the character at the specified location.
Syntax
expression.GetCharacterForegroundColor( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As ScreenColor
where expression is a variable that represents a UtsScreen Object

Parameters

row
The character screen row coordinate
column
The character screen column coordinate

Return Value

The foreground color of the character at the specified row and column
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).
See Also