TextBoxBase::SpellCheck Property

 

Gets a SpellCheck object that provides access to spelling errors in the text contents of a TextBoxBase or RichTextBox.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property SpellCheck^ SpellCheck {
	SpellCheck^ get();
}

Property Value

Type: System.Windows.Controls::SpellCheck^

A SpellCheck object that provides access to spelling errors in the text contents of a TextBoxBase or RichTextBox.

This property has no default value.

.NET Framework
Available since 3.0
Return to top
Show: