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

In This Topic
    ActiveSpellingEnabled Property (SpellOptions)
    In This Topic
    Gets or sets whether active (as-you-type) spell-checking is enabled.
    Syntax
    'Declaration
     
    
    Public Property ActiveSpellingEnabled As Boolean
    public bool ActiveSpellingEnabled {get; set;}
    Remarks

    This property allows you to temporarily turn off active spell-checking for all connected editors.

    See Also