SpellCheck.SetSpellingReform(TextBoxBase, SpellingReform) メソッド

定義

スペル チェックが使用するスペリング改善ルールを決定します。

public:
 static void SetSpellingReform(System::Windows::Controls::Primitives::TextBoxBase ^ textBoxBase, System::Windows::Controls::SpellingReform value);
public static void SetSpellingReform (System.Windows.Controls.Primitives.TextBoxBase textBoxBase, System.Windows.Controls.SpellingReform value);
static member SetSpellingReform : System.Windows.Controls.Primitives.TextBoxBase * System.Windows.Controls.SpellingReform -> unit
Public Shared Sub SetSpellingReform (textBoxBase As TextBoxBase, value As SpellingReform)

パラメーター

textBoxBase
TextBoxBase

スペル チェックを適用するテキスト編集コントロール。 このコントロールの例として、TextBoxRichTextBox などが挙げられます。

value
SpellingReform

スペリング改善ルールを決定する SpellingReform 値。

注釈

この方法によってアクセスされるスペル改革規則は、1990年代のフランス語とドイツ語のスペル改革を指します。 このメソッドは、他の言語で使用されている場合は影響しません。

このメソッドを使用すると、XAML のプロパティに添付プロパティを SpellingReform 使用できます。

適用対象