Aracılığıyla paylaş


SpellCheck.SetSpellingReform(TextBoxBase, SpellingReform) Yöntem

Tanım

Yazım denetleyicisi tarafından kullanılan yazım reform kurallarını belirler.

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)

Parametreler

textBoxBase
TextBoxBase

Yazım denetleyicisinin uygulandığı metin düzenleme denetimi. Örnek denetimler ve RichTextBoxiçerirTextBox.

value
SpellingReform

SpellingReform Yazım denetimi reform kurallarını belirleyen değer.

Açıklamalar

Bu yöntem tarafından erişilen yazım reformu kuralları, 1990'ların Fransızca ve Almanca yazım reformlarına başvurur. Bu yöntemin başka bir dille kullanıldığında hiçbir etkisi yoktur.

Bu yöntem, XAML'deki özelliği için SpellingReform ekli özellik kullanımını etkinleştirir.

Şunlara uygulanır