LibreOffice
LibreOffice 24.2 SDK API Reference
|
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... | |
Explains properties of a menu item.
short GroupID |
unique ID of the group this menu item belongs to
short ID |
unique ID of this menu item
sequence<byte> Image |
sequence of bytes representing a possible image
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
boolean IsVisible |
true if visible
string ItemText |
text of the menu item
short PreItemID |
unique ID of the item directly above this menu item, used for fuzzy placement