MTblSetTipFrameColor
bOk = MTblSetTipFrameColor( hWndParam, nParam, nType, nColor )
Sets a tooltip's frame 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 frame color. Specify MTBL_COLOR_UNDEF to leave the frame color undefined.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblSetTipFrameColor( hWndCol, nRow, MTBL_TIP_CELL, COLOR_Red )
Remarks
You can't set the default frame color to undefined.
See also
Tooltips
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework