bAnyOptionSet = MTblQueryExtMsgsOptions( hWndTbl, nOptions )

Queries options for extended messages.

Parameters
hWndTbl
Window Handle: Handle of the table

nOptions
Number: One or more options to test for

Return
Boolean: TRUE if any of the specified options are set or FALSE if none of the specified options are set

Example
In this example is determined whether MTEM_CORNERSEP_EXCLUSIVE is set:

Set bIs = MTblQueryExtMsgsOptions( hWndTbl, MTEM_CORNERSEP_EXCLUSIVE )

See also
MTblSetExtMsgsOptions
Extended messages

Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software