Skip to content

Latest commit

 

History

History
95 lines (50 loc) · 1.8 KB

standarduicommandkind.md

File metadata and controls

95 lines (50 loc) · 1.8 KB
-api-id -api-type ms.custom
T:Windows.UI.Xaml.Input.StandardUICommandKind
winrt enum
RS5

Windows.UI.Xaml.Input.StandardUICommandKind

-description

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

-enum-fields

-field None:0

No command. Default.

-field Cut:1

Specifies the cut command.

-field Copy:2

Specifies the copy command.

-field Paste:3

Specifies the paste command.

-field SelectAll:4

Specifies the select all command.

-field Delete:5

Specifies the delete command.

-field Share:6

Specifies the share command.

-field Save:7

Specifies the save command.

-field Open:8

Specifies the open command.

-field Close:9

Specifies the close command.

-field Pause:10

Specifies the pause command.

-field Play:11

Specifies the play command.

-field Stop:12

Specifies the stop command.

-field Forward:13

Specifies the forward command.

-field Backward:14

Specifies the backward command.

-field Undo:15

Specifies the undo command.

-field Redo:16

Specifies the redo command.

-remarks

-see-also

Kind, StandardUICommand(StandardUICommandKind kind), Windows.UI.Xaml.Input.XamlUICommand, Command design basics, Commanding in Universal Windows Platform apps using StandardUICommand, XamlUICommand, and ICommand

-examples