SpellCheck.SetSpellingReform(TextBoxBase, SpellingReform) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定拼字檢查程式所使用的拼字修訂規則。
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
要套用拼字檢查程式的文字編輯控制項。 範例控制項包括 TextBox 和 RichTextBox。
- value
- SpellingReform
SpellingReform 值,決定拼字修訂規則。
備註
此方法存取的拼字修訂規則是指 1990 年法文和德文拼字修訂。 當此方法與任何其他語言搭配使用時,這個方法沒有任何作用。
這個方法會啟用 SpellingReform XAML 中屬性的附加屬性使用方式。