LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
MenuMultipleChange Struct Referencepublished

Explains properties of a menu item. More...

import"MenuMultipleChange.idl";

Public Attributes

short ID
 unique ID of this menu item More...
 
short GroupID
 unique ID of the group this menu item belongs to More...
 
short PreItemID
 unique ID of the item directly above this menu item, used for fuzzy placement More...
 
string ItemText
 text of the menu item More...
 
boolean IsVisible
 true if visible More...
 
boolean IsActive
 true if active, so clickable More...
 
boolean IsCheckable
 true if checkable, so there can be a checkmark More...
 
boolean IsChecked
 true if there is a checkmark More...
 
sequence< byte > Image
 sequence of bytes representing a possible image More...
 

Detailed Description

Explains properties of a menu item.

Member Data Documentation

◆ GroupID

short GroupID

unique ID of the group this menu item belongs to

◆ ID

short ID

unique ID of this menu item

◆ Image

sequence<byte> Image

sequence of bytes representing a possible image

◆ IsActive

boolean IsActive

true if active, so clickable

◆ IsCheckable

boolean IsCheckable

true if checkable, so there can be a checkmark

◆ IsChecked

boolean IsChecked

true if there is a checkmark

◆ IsVisible

boolean IsVisible

true if visible

◆ ItemText

string ItemText

text of the menu item

◆ PreItemID

short PreItemID

unique ID of the item directly above this menu item, used for fuzzy placement


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