GRID.TextColor

Previous  Next

 

state = GRID.TextColor( BYVAL nControl AS INTEGER,

                        BYVAL color    AS INTEGER ) AS INTEGER

 

 

 

 

Set or get the text color.

 

Example:

 

Red Text on Black background

GRID.TextColor( nControl, RGB( 220, 0, 0 )

GRID.TextBkColor( nControl, RGB( 0, 0, 0 )