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 属性の使用法

<object property="IgnoreSpellingError"/>

適用対象

こちらもご覧ください