LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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

Public Attributes

short ID
 unique ID of this menu item
short GroupID
 unique ID of the group this menu item belongs to
short PreItemID
 unique ID of the item directly above this menu item, used for fuzzy placement
string ItemText
 text of the menu item
boolean IsVisible
 true if visible
boolean IsActive
 true if active, so clickable
boolean IsCheckable
 true if checkable, so there can be a checkmark
boolean IsChecked
 true if there is a checkmark

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: