SpellCheckerSettings
Class
Definition
Namespace:Telerik.WinForms.Documents.Proofing
Assembly:Telerik.WinControls.RichTextEditor.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.