LibreOffice
LibreOffice 24.8 SDK API Reference
|
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 | |
Explains properties of a menu item.
sequence<byte> Image |
sequence of bytes representing a possible image
short GroupID |
unique ID of the group this menu item belongs to
short ID |
unique ID of this menu item
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