MenuCommandsChangedType 列舉
定義
指定相關物件之 MenuCommands 集合發生的動作類型。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
- 繼承
- 屬性
欄位
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. |