'Declaration
Function GetFieldColor( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ScreenColor
'Usage
Dim instance As IIbmScreen Dim row As Integer Dim column As Integer Dim value As ScreenColor value = instance.GetFieldColor(row, column)
ScreenColor GetFieldColor( int row, int column )
Parameters
- row
- Host field row position.
- column
- Host field column position.
Return Value
Foreground color of the host field.