MenuCommandsChangedType Enum

Definition

Specifies the type of action that occurred to the related object's MenuCommands collection.

public enum class MenuCommandsChangedType
[System.Runtime.InteropServices.ComVisible(true)]
public enum MenuCommandsChangedType
public enum MenuCommandsChangedType
[<System.Runtime.InteropServices.ComVisible(true)>]
type MenuCommandsChangedType = 
type MenuCommandsChangedType = 
Public Enum MenuCommandsChangedType
Inheritance
MenuCommandsChangedType
Attributes

Fields

CommandAdded 0

Specifies that one or more command objects were added.

CommandChanged 2

Specifies that one or more commands have changed their status.

CommandRemoved 1

Specifies that one or more commands were removed.

Applies to