Enum MenuChangeKind
public enum MenuChangeKind
Fields
Any = 14This value is typically used to indicate that a bulk update has occurred, and the specific changes are not being tracked individually.
Checked = 8The Checked property has changed.
ClickAction = 9The ClickAction property has changed.
Closed = 16The menu item or menu has been closed.
CommandSource = 10The command source or its state has changed.
DisabledImage = 5The DisabledImage property has changed.
Enabled = 2The Enabled property has changed.
Highlighted = 17The menu item has been highlighted or focused.
Image = 4The Image property has changed.
ItemInserted = 11Child item has been inserted.
ItemRemoved = 12Child item has been removed.
None = 0No change.
Opened = 15The menu item or menu has been opened.
Other = 13Some other property or state has changed.
Role = 7The Role property has changed.
Shortcut = 6The Shortcut or ShortcutKeys property has changed.
Text = 1The Text property has changed.
Visible = 3The Visible property has changed.