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 şunlardır: TextBox ve RichTextBox.

value
SpellingReform

SpellingReform Yazım reformu kurallarını belirleyen değer.

Açıklamalar

Bu yöntemle erişilen yazım reformu kuralları, 1990'lı yılları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 özellik için SpellingReform ekli özellik kullanımını etkinleştirir.

Şunlara uygulanır