MTblSetTipPos
bOk = MTblSetTipPos( hWndParam, nParam, nType, nX, nY )
Sets 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.
nX
Number: The tooltip's fix horizontal position in pixels relative to the table. Specify NUMBER_Null to leave the horizontal position undefined.
nY
Number: The tooltip's fix vetical position in pixels relative to the table. Specify NUMBER_Null toto leave the vertical position undefined.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example we set the position of a cell's tooltip fix to the upper left corner of the table :
Call MTblSetTipPos( hWndCol, nRow, MTBL_TIP_CELL, 0, 0 )
See also
Tooltips
Created with the Personal Edition of HelpNDoc: Generate EPub eBooks with ease