Sdílet prostřednictvím


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

None 0

No command. Default.

Cut 1

Specifies the cut command.

Copy 2

Specifies the copy command.

Paste 3

Specifies the paste command.

SelectAll 4

Specifies the select all command.

Delete 5

Specifies the delete command.

Share 6

Specifies the share command.

Save 7

Specifies the save command.

Open 8

Specifies the open command.

Close 9

Specifies the close command.

Pause 10

Specifies the pause command.

Play 11

Specifies the play command.

Stop 12

Specifies the stop command.

Forward 13

Specifies the forward command.

Backward 14

Specifies the backward command.

Undo 15

Specifies the undo command.

Redo 16

Specifies the redo command.

Applies to

See also