bOk = MTblEnableTipType( hWndTbl, nTipType, bEnable )

Enables or disables a tooltip type.

Parameters
hWndTbl
Window Handle: Handle of the table

nTipType
Number: The tooltip type, excepting MTBL_TIP_DEFAULT. See Tooltip types and function parameters for further details.

bEnable
Boolean: TRUE = enable, FALSE = disable

Return
Boolean: TRUE if succesfull or FALSE if not

Example
In this example cell tooltips are enabled:

Call MTblEnableTipType( hWndTbl, MTBL_TIP_CELL, TRUE )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?