InfoConnect for Airlines VBA Guide
GetCharacterForegroundColor Function (IbmScreen)
Field starting row.
Field starting column.
Gets the foreground color of the character at the specified location.
Syntax
object.GetCharacterForegroundColor( _
   ByVal row As Long, _
   ByVal column As Long _
) As ScreenColor

Parameters

row
Field starting row.
column
Field starting column.

Return Value

Screen color object which represent host screen color.
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).
See Also