CommandPatterns 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.
Indicates the command supports a pattern.
This enumeration supports a bitwise combination of its member values.
public enum class CommandPatterns
[System.Flags]
public enum CommandPatterns
[<System.Flags>]
type CommandPatterns =
Public Enum CommandPatterns
- Inheritance
-
CommandPatterns
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The command does not implement any patterns. |
Executable | 1 | The command is executable. |
Toggle | 2 | The command has a toggle state. |
Dynamic | 4 | The command is dynamically created based on a definition. It can change it's display name. |