MTblSetTipOffset
bOk = MTblSetTipOffset( hWndParam, nParam, nType, nOffsX, nOffsY )
Sets 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.
nOffsX
Number: The tooltip's horizontal offset in pixels relative to the current position of the cursor. Specify NUMBER_Null to leave the horizontal position undefined.
nOffsY
Number: The tooltip's vertical offset in pixels relative to the current position of the cursor. Specify NUMBER_Null to leave the vertical position undefined.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblSetTipOffset( hWndCol, nRow, MTBL_TIP_CELL, 0, -20 )
See also
Tooltips
Created with the Personal Edition of HelpNDoc: Easily create EPub books