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 Attribute Usage

<object property="Cut"/>  

適用於

另請參閱