bOk = MTblSetExtMsgsOptions( hWndTbl, nOptions, bSet )

Sets or clears options for extended messages.

Parameters
hWndTbl
Window Handle: Handle of the table

nFlags
Number: One or more options to set or clear

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

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

Example
In this example the flag MTEM_CORNERSEP_EXCLUSIVE is set:

Call MTblSetExtMsgsOptions( hWndTbl, MTEM_CORNERSEP_EXCLUSIVE, TRUE )

See also
MTblQueryExtMsgsOptions
Extended messages

Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator