[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.SpellOptions.ActiveSpellingEnabled

ActiveSpellingEnabled Property

ActiveSpellingEnabled

Gets or sets whether active (as-you-type) spell-checking is enabled.

Declaration
[Browsable(false)]
public bool ActiveSpellingEnabled { get; set; }
Remarks

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

To turn active spell-checking on or off for specific editors, use the SetActiveSpellChecking(ISpellCheckableRichEditor, bool) method.