Table of Contents

Enum MenuChangeKind

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the kind of change that can occur in a MenuItem, Menu or MainMenu.

public enum MenuChangeKind

Fields

Any = 14

This value is typically used to indicate that a bulk update has occurred, and the specific changes are not being tracked individually.

Checked = 8

The Checked property has changed.

ClickAction = 9

The ClickAction property has changed.

Closed = 16

The menu item or menu has been closed.

CommandSource = 10

The command source or its state has changed.

DisabledImage = 5

The DisabledImage property has changed.

Enabled = 2

The Enabled property has changed.

Highlighted = 17

The menu item has been highlighted or focused.

Image = 4

The Image property has changed.

ItemInserted = 11

Child item has been inserted.

ItemRemoved = 12

Child item has been removed.

None = 0

No change.

Opened = 15

The menu item or menu has been opened.

Other = 13

Some other property or state has changed.

Role = 7

The Role property has changed.

Shortcut = 6

The Shortcut or ShortcutKeys property has changed.

Text = 1

The Text property has changed.

Visible = 3

The Visible property has changed.