bOk = MTblSetTipFlags( hWndParam, nParam, nType, nFlags, bSet )

Sets or clears tooltip flags.

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.

nFlags
Number: One or more tooltip flags to set or clear.

bSet
Boolean: Whether to set (TRUE) or clear (FALSE) the specified flags.

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

Example
In this example we set the flag MTBL_TIP_FLAG_NOFRAME so that the tooltip has no frame:

Call MTblSetTipFlags( hWndCol, nRow, MTBL_TIP_CELL, MTBL_TIP_FLAG_NOFRAME, TRUE )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Free PDF documentation generator