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

In This Topic
    IsEnabledSpellChecker Property
    In This Topic
    Gets or sets a value indicating whether the C1SpellChecker is enabled.
    Syntax
    'Declaration
     
    
    Public Property IsEnabledSpellChecker As Boolean
    public bool IsEnabledSpellChecker {get; set;}
    See Also