bOk = MTblGetTipPos( hWndParam, nParam, nType, nrX, nrY )

Gets a tooltip's position.

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.

nrX
Receive Number: The tooltip's fix horizontal position in pixels relative to the table or NUMBER_Null if undefined.

nrY
Receive Number: The tooltip's fix vetical position in pixels relative to the table or NUMBER_Null if undefined.

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

Example

Call MTblGetTipPos( hWndCol, nRow, MTBL_TIP_CELL, nX, nY )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator