LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
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 More...
 
::com::sun::star::awt::Point ExecutePosition
 contains the position the context menu will be executed at. More...
 
::com::sun::star::container::XIndexContainer ActionTriggerContainer
 enables the access to the menu content. More...
 
::com::sun::star::view::XSelectionSupplier Selection
 provides the current selection inside the source window. More...
 

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

::com::sun::star::awt::Point 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: