Top   Module   Use   Manual   Index 

com :: sun :: star :: ui ::

struct ContextMenuExecuteEvent




Elements

com::sun::star::awt::XWindow SourceWindow
Description
contains the window where the context menu has been requested
com::sun::star::awt::Point ExecutePosition
Description
contains the position the context menu will be executed at.
com::sun::star::container::XIndexContainer ActionTriggerContainer
Description
enables the access to the menu content. The implementing object has to support the service ActionTriggerContainer ;
com::sun::star::view::XSelectionSupplier Selection
Description
provides the current selection inside the source window.
Top of Page