Class
SpellCheckerSettings

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:

cs-api-definition
public class SpellCheckerSettings

Inheritance: objectSpellCheckerSettings

Constructors

SpellCheckerSettings()

Declaration

cs-api-definition
public SpellCheckerSettings()

Properties

SpellCheckUppercaseWords

Gets or sets the spell check uppercase words.

Declaration

cs-api-definition
public bool SpellCheckUppercaseWords { get; set; }

Property Value

bool

The spell check uppercase words.

SpellCheckWordsWithNumbers

Gets or sets the spell check words with numbers.

Declaration

cs-api-definition
public bool SpellCheckWordsWithNumbers { get; set; }

Property Value

bool

The spell check words with numbers.