struct ContextMenuExecuteEvent in module com::sun::star::ui::

(Global Index)

Syntax

struct ContextMenuExecuteEvent;

Field Summary

SourceWindow contains the window where the context menu has been requested

ExecutePosition contains the position the context menu will be executed at.

ActionTriggerContainer enables the access to the menu content. The implementing object has to support the service ActionTriggerContainer ;

Selection provides the current selection inside the source window.

Field Details



SourceWindow

Syntax

com::sun::star::awt::XWindow SourceWindow;

Description

contains the window where the context menu has been requested


ExecutePosition

Syntax

com::sun::star::awt::Point ExecutePosition;

Description

contains the position the context menu will be executed at.


ActionTriggerContainer

Syntax

com::sun::star::container::XIndexContainer ActionTriggerContainer;

Description

enables the access to the menu content. The implementing object has to support the service ActionTriggerContainer ;


Selection

Syntax

com::sun::star::view::XSelectionSupplier Selection;

Description

provides the current selection inside the source window.

Top of Page