ApplicationCommands.Cut 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表 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"/>