MTblGetTipSize
bOk = MTblGetTipSize( hWndParam, nParam, nType, nrWid, nrHt )
Gets a tooltip's size.
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.
nrWid
Receive Number: The tooltip's fix width in pixels or NUMBER_Null if undefined.
nrHt
Receive Number: The tooltip's fix height in pixels orNUMBER_Null if undefined.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblGetTipSize( hWndCol, nRow, MTBL_TIP_CELL, nWid, nHt )
See also
Tooltips
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework