Top   Module   Use   Manual   Index 

com :: sun :: star :: mozilla ::

struct MenuMultipleChange


Description
unique ID of this menu item


Elements

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