共用方式為


EditingCommands.IgnoreSpellingError 屬性

定義

表示 IgnoreSpellingError 命令,這個命令會要求忽略任何在目前位置或目前選取範圍中有拼錯字的項目。

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

屬性值

所要求的命令。 這個命令沒有預設按鍵動作。

備註

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

XAML Attribute Usage

<object property="IgnoreSpellingError"/>  

適用於

另請參閱