EditingCommands.CorrectSpellingError 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 CorrectSpellingError 命令,這個命令會要求更正目前位置上任何拼錯的字。
public:
static property System::Windows::Input::RoutedUICommand ^ CorrectSpellingError { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand CorrectSpellingError { get; }
member this.CorrectSpellingError : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property CorrectSpellingError As RoutedUICommand
屬性值
所要求的命令。 這個命令沒有預設按鍵動作。
備註
在任何指定的 物件上,不一定有回應此命令的實際實作;在許多情況下,回應命令的實作是應用程式寫入器的責任。
XAML Attribute Usage
<object property="CorrectSpellingError"/>