LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
ContextMenuExecuteEvent Struct Referencepublished

contains all information about the requested context menu. More...

import "ContextMenuExecuteEvent.idl";

Public Attributes

::com::sun::star::awt::XWindow SourceWindow
 contains the window where the context menu has been requested
 
::com::sun::star::awt::Point ExecutePosition
 contains the position the context menu will be executed at.
 
::com::sun::star::container::XIndexContainer ActionTriggerContainer
 enables the access to the menu content.
 
::com::sun::star::view::XSelectionSupplier Selection
 provides the current selection inside the source window.
 

Detailed Description

contains all information about the requested context menu.

Member Data Documentation

◆ ActionTriggerContainer

enables the access to the menu content.

The implementing object has to support the service com::sun::star::ui::ActionTriggerContainer;

◆ ExecutePosition

contains the position the context menu will be executed at.

◆ Selection

provides the current selection inside the source window.

◆ SourceWindow

contains the window where the context menu has been requested


The documentation for this struct was generated from the following file: