GetFieldColor

The GetFieldColor method is used in conjunction with the Connect method to retrieve the color of a specified field.

Parameters
Row, Col
A 1-based row and column screen position to query.
Returns
The color of the specified field:
  1. Blue
  2. Red
  3. Pink
  4. Green
  5. Cyan
  6. Yellow
  7. White
The field color constants are defined in the module's type library, for example: BZWhllLib.FieldColors.FieldColor_Blue
Example
int color = bzo.GetFieldColor( int Row, int Col )