SpellChecker Property (C1RichTextBox)
In This Topic
Gets or sets the C1.WPF.Core.ISpellChecker used for as-you-type spell checking.
Syntax
'Declaration
Public Property SpellChecker As C1.WPF.Core.ISpellChecker
public C1.WPF.Core.ISpellChecker SpellChecker {get; set;}
See Also