MenuCommandsChangedType 枚举

定义

指定在相关对象的 MenuCommands 集合上发生的操作的类型。

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
继承
MenuCommandsChangedType
属性

字段

CommandAdded 0

指定已添加一个或多个命令对象。

CommandChanged 2

指定一个或多个命令已更改其状态。

CommandRemoved 1

指定已删除一个或多个命令。

适用于