bOk = MTblSetTipRCESize( hWndParam, nParam, nType, nWid, nHt )

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.

nWid
Number: The width of the ellipse used for the rounded corners. Specify NUMBER_Null to leave the width undefined.

nHt
Number: The height of the ellipse used for the rounded corners. Specify NUMBER_Null to leave the height undefined.

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

Example
In this example we set the RCE width and height to 14:

Call MTblSetTipRCESize( hWndCol, nRow, MTBL_TIP_CELL, 14, 14 )

The result looks like that:

Remarks
You can't set the default width or height to undefined.
If you specify 0 for width and height, the corners are square.

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Full-featured EPub generator