ApplicationCommands.Replace 屬性

定義

取得表示 Replace 命令的值。

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

屬性值

命令。

預設值
按鍵動作 Ctrl+H
UI 文字 取代

備註

此命令表示要開啟 [取代] 對話框。

在任何指定的物件上,命令不一定有實作;在許多情況下,命令的實作是應用程式寫入器的責任。

XAML Attribute Usage

<object property="Replace"/>  

適用於

另請參閱