MTblGetTipFont
bOk = MTblGetTipFont( hWndParam, nParam, nType, srName, nrSize, nrEnh )
Gets a tooltip's font.
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.
srName
Receive String: Font name or MTBL_FONT_UNDEF_NAME if undefined.
nrSize
Receive Number: Font size or MTBL_FONT_UNDEF_SIZE if undefined.
nrEnh
Receive Number: Font enhancements or MTBL_FONT_UNDEF_ENH if undefined.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblGetTipFont( hWndCol, nRow, MTBL_TIP_CELL, sFontName, nFontSize, nFontEnh )
See also
Tooltips
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Easily create EBooks