MTblSetTipBackColor
bOk = MTblSetTipBackColor( hWndParam, nParam, nType, nColor )
Sets a tooltip's background color.
Parameters
hWndParam
Window Handle: Depends on nType. See Tooltip types and function parameters for further details.
nParam
Number: Depends on nType. See Tooltip types and function parameters for further details.
nType
Number:The tooltip type. See Tooltip types and function parameters for further details.
nColor
Number: The background color. Specify MTBL_COLOR_UNDEF to leave the background color undefined.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblSetTipBackColor( hWndCol, nRow, MTBL_TIP_CELL, COLOR_White )
Remarks
You can't set the default background color to undefined.
See also
Tooltips
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator