SpellCheckerSettings
Class
Represents the settings for the spell checker, allowing customization of its behavior and options.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class SpellCheckerSettings
Inheritance: objectSpellCheckerSettings
Constructors
C#
public SpellCheckerSettings()
Properties
Gets or sets the spell check uppercase words.
C#
public bool SpellCheckUppercaseWords { get; set; }
The spell check uppercase words.
Gets or sets the spell check words with numbers.
C#
public bool SpellCheckWordsWithNumbers { get; set; }
The spell check words with numbers.