CommandPatterns Enum

Definition

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

Dynamic 4

The command is dynamically created based on a definition. It can change it's display name.

Executable 1

The command is executable.

None 0

The command does not implement any patterns.

Toggle 2

The command has a toggle state.

Applies to