interface XContextMenuInterceptor in module com::sun::star::ui::

(Global Index)

Syntax

interface XContextMenuInterceptor : com::sun::star::uno::XInterface ;

Description

This interface enables the object to be registerd as interceptor to change context menues or prevent them from being executed.

Method Summary

notifyContextMenuExecute notifies the interceptor about the request to execute a ContextMenu. The interceptor has to decide whether the menu should be executed with or without beeing modified or may ignore the call.

Method Details



notifyContextMenuExecute

Syntax

com::sun::star::ui::ContextMenuInterceptorAction notifyContextMenuExecute (
com::sun::star::ui::ContextMenuExecuteEvent aEvent );

Description

notifies the interceptor about the request to execute a ContextMenu. The interceptor has to decide whether the menu should be executed with or without beeing modified or may ignore the call.

Top of Page