StandardUICommandKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |