|
Syntax
IGNORED,
Description
the XContextMenuInterceptor has ignored the call. The next registered
XContextMenuInterceptor should be notified.
Syntax
CANCELLED,
Description
the context menu must not be executed. The next registered
XContextMenuInterceptor should not be notified.
Syntax
EXECUTE_MODIFIED,
Description
the menu has been modified and should be executed without notifying the next registered
XContextMenuInterceptor .
Syntax
CONTINUE_MODIFIED,
Description
the menu has been modified and the next registered XContextMenuInterceptor
should be notified.
|