MenuCommandsChangedType Enumeration
Definition
Gibt den Aktionstyp an, der in der MenuCommands-Auflistung des verwandten Objekts aufgetreten ist.Specifies the type of action that occurred to the related object's MenuCommands collection.
public enum class MenuCommandsChangedType
public enum MenuCommandsChangedType
[System.Runtime.InteropServices.ComVisible(true)]
public enum MenuCommandsChangedType
type MenuCommandsChangedType =
[<System.Runtime.InteropServices.ComVisible(true)>]
type MenuCommandsChangedType =
Public Enum MenuCommandsChangedType
- Vererbung
- Attribute
Felder
CommandAdded | 0 | Gibt an, das ein oder mehrere Befehlsobjekte hinzugefügt wurden.Specifies that one or more command objects were added. |
CommandChanged | 2 | Gibt an, dass sich bei einem oder mehreren Befehlen der Status geändert hat.Specifies that one or more commands have changed their status. |
CommandRemoved | 1 | Gibt an, dass ein oder mehrere Befehle entfernt wurden.Specifies that one or more commands were removed. |