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(Windows.Foundation.UniversalApiContract, 458752)]
enum class StandardUICommandKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum StandardUICommandKind
Public Enum StandardUICommandKind
Inheritance
StandardUICommandKind
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

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