bOk = MTblSetCornerBackColor( hWndTbl, nColor, nFlags )

Sets the corner's background color.

Parameters
hWndTbl
Window Handle: Handle of the table

nColor
Number:The color. Specify MTBL_COLOR_UNDEF to leave the color undefined.

nFlags
Number: Any combination of the following flags:

MTSC_REDRAW

Redraws the corner

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example
In this example the background color is set to blue and the corner is redrawn:

Call MTblSetCornerBackColor( hWndTbl, COLOR_Blue, MTSC_REDRAW )

See also
Custom fonts and colors

Created with the Personal Edition of HelpNDoc: iPhone web sites made easy