ApplicationCommands.Cut 属性

定义

获取表示 Cut 命令的值。

public:
 static property System::Windows::Input::RoutedUICommand ^ Cut { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Cut { get; }
static member Cut : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Cut As RoutedUICommand

属性值

命令。

默认值
键手势 Ctrl+X

Shift+Delete

UI 文本 削减

注解

此命令指示打算将所选内容剪切到剪贴板。

对于任何给定对象,命令不一定实现;在许多情况下,命令的实现由应用程序编写器负责。

XAML 属性用法

<object property="Cut"/>

适用于

另请参阅