CommandProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The command property that is being updated.
public enum class CommandProperty
public enum CommandProperty
type CommandProperty =
Public Enum CommandProperty
- Inheritance
-
CommandProperty
Fields
Name | Value | Description |
---|---|---|
Unset | 0 | Default. |
Pattern | 1 | A command's supported patterns. |
IsSupported | 2 | A command's supported state. |
IsEnabled | 3 | A command's enabled state. |
IsChecked | 4 | A command's checked state. |
DisplayName | 5 | A command's display name. |
BaseDefinitionId | 6 | A command's base metadata definition id. |
TooltipText | 6 | A command's tooltip text. |
Flags | 7 | A command's flags. |
AddAnchoredDynamicCommand | 8 | Indicates to the client the dynamic command to be added that is anchored to a DynamicCommandAnchor. |
RemoveDynamicCommand | 9 | Indicates to the client the dynamic command to be removed. |