Share via


CommandProperty Enum

Definition

The command property that is being updated.

public enum class CommandProperty
public enum CommandProperty
type CommandProperty = 
Public Enum CommandProperty
Inheritance
CommandProperty

Fields

AddAnchoredDynamicCommand 8

Indicates to the client the dynamic command to be added that is anchored to a DynamicCommandAnchor.

BaseDefinitionId 6

A command's base metadata definition id.

DisplayName 5

A command's display name.

Flags 7

A command's flags.

IsChecked 4

A command's checked state.

IsEnabled 3

A command's enabled state.

IsSupported 2

A command's supported state.

Pattern 1

A command's supported patterns.

RemoveDynamicCommand 9

Indicates to the client the dynamic command to be removed.

TooltipText 6

A command's tooltip text.

Unset 0

Default.

Applies to