EditingCommands.IgnoreSpellingError プロパティ

定義

現在の位置または現在の選択範囲内にあるスペル ミスの単語をすべて無視するよう要求する IgnoreSpellingError コマンドを表します。

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

プロパティ値

RoutedUICommand

要求されたコマンド。 このコマンドには、既定のキー ジェスチャはありません。

注釈

特定のオブジェクトに対してこのコマンドに応答する実際の実装は必ずしもありません。多くの場合、コマンドに応答する実装はアプリケーションライターの責任です。

XAML 属性の使用方法

<object property="IgnoreSpellingError"/>  

適用対象

こちらもご覧ください