Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / GetCharacterForegroundColor Method
Field starting row.
Field starting column.
GetCharacterForegroundColor Method
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 IbmScreen Object

Parameters

row
Field starting row.
column
Field starting column.

Return Value

The foreground color.This is a ScreenColor Enumeration value that represents the host screen color.
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