bOk = MTblGetTipRCESize( hWndParam, nParam, nType, nrWid, nrHt )

Sets a tooltip's RCE size ( RCE = Rounded Corners Ellipse ).

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 width of the ellipse used for the rounded corners orNUMBER_Null if undefined.

nrHt
Receive Number: The height of the ellipse used for the rounded corners or NUMBER_Null if undefined.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MTblGetTipRCESize( hWndCol, nRow, MTBL_TIP_CELL, nWid, nHt )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents