RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / SpellChecker Property

In This Topic
    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