bOk = MTblGetTipOffset( hWndParam, nParam, nType, nrOffsX, nrOffsY )

Gets a tooltip's offset.

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.

nrOffsX
Receive Number: The tooltip's horizontal offset in pixels relative to the current position of the cursor or NUMBER_Null if undefined.

nrOffsY
Receive Number: The tooltip's vertical offset in pixels relative to the current position of the cursor or NUMBER_Null if undefined.

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

Example

Call MTblGetTipOffset( hWndCol, nRow, MTBL_TIP_CELL, nOffsX, nOffsY )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Easily create Web Help sites