MTblQueryTipFlags
bAnyFlagSet = MTblQueryTipFlags( hWndParam, nParam, nType, nFlags )
Queries 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 want to query.
Return
Boolean: TRUE if any of the specified flags are set or FALSE if none of the specified flags are set
Example
In this example we determine if a tooltip has a frame:
Set bHasFrame = NOT MTblQueryTipFlags( hWndCol, nRow, MTBL_TIP_CELL, MTBL_TIP_FLAG_NOFRAME )
See also
Tooltips
Created with the Personal Edition of HelpNDoc: Free help authoring tool