GRID.TextBkColor

Previous  Next

 

state = GRID.TextBkColor( BYVAL nControl AS INTEGER,

                          BYVAL color    AS INTEGER ) AS INTEGER

 

 

 

 

Set or get the background color.

 

Example:

 

Red Text on Black background

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

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