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

使用者介面文字

備註

此指令表示意圖將選取的選項剪輯到剪貼板上。

對於任何特定物件,該指令不一定有實作;在許多情況下,指令的實作由應用程式撰寫者負責。

XAML 屬性使用方式

<object property="Cut"/>

適用於

另請參閱