Editéieren

MenuCommandsChangedType Enum

Definition

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

public enum class MenuCommandsChangedType
public enum MenuCommandsChangedType
type MenuCommandsChangedType = 
Public Enum MenuCommandsChangedType
Inheritance
MenuCommandsChangedType

Fields

Name Value Description
CommandAdded 0

Specifies that one or more command objects were added.

CommandRemoved 1

Specifies that one or more commands were removed.

CommandChanged 2

Specifies that one or more commands have changed their status.

Applies to