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

Explains properties of a menu item. More...

import"MenuMultipleChange.idl";

Public Types

typedef sequence< byte > Image
 sequence of bytes representing a possible image More...
 

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...
 

Detailed Description

Explains properties of a menu item.

Member Typedef Documentation

◆ Image

sequence<byte> Image

sequence of bytes representing a possible image

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

◆ 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: