TextBoxBase.SpellCheck Eigenschaft

Definition

Ruft ein SpellCheck-Objekt ab, das Zugriff auf Rechtschreibfehler im Textinhalt eines TextBoxBase oder RichTextBox bietet.

public:
 property System::Windows::Controls::SpellCheck ^ SpellCheck { System::Windows::Controls::SpellCheck ^ get(); };
public System.Windows.Controls.SpellCheck SpellCheck { get; }
member this.SpellCheck : System.Windows.Controls.SpellCheck
Public ReadOnly Property SpellCheck As SpellCheck

Eigenschaftswert

SpellCheck

Ein SpellCheck-Objekt, das Zugriff auf Rechtschreibfehler im Textinhalt eines TextBoxBase oder RichTextBox bietet.

Diese Eigenschaft hat keinen Standardwert.

Gilt für

Siehe auch