StandardUICommandKind Enum

Definition

Specifies the set of platform commands (with pre-defined properties such as icon, keyboard accelerator, and description) that can be used with a StandardUICommand.

public enum class StandardUICommandKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class StandardUICommandKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum StandardUICommandKind
Public Enum StandardUICommandKind
Inheritance
StandardUICommandKind
Attributes

Fields

Backward 14

Specifies the backward command.

Close 9

Specifies the close command.

Copy 2

Specifies the copy command.

Cut 1

Specifies the cut command.

Delete 5

Specifies the delete command.

Forward 13

Specifies the forward command.

None 0

No command. Default.

Open 8

Specifies the open command.

Paste 3

Specifies the paste command.

Pause 10

Specifies the pause command.

Play 11

Specifies the play command.

Redo 16

Specifies the redo command.

Save 7

Specifies the save command.

SelectAll 4

Specifies the select all command.

Share 6

Specifies the share command.

Stop 12

Specifies the stop command.

Undo 15

Specifies the undo command.

Applies to

See also