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 值。

注解

此方法访问的拼写改革规则是指20世纪90年代的法语和德语拼写改革。 当此方法与任何其他语言一起使用时,此方法不起作用。

此方法为 XAML 中的属性启用附加属性用法 SpellingReform

适用于