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