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

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public bool ActiveSpellingEnabled { get; set; }
Visual Basic
Public Property ActiveSpellingEnabled As Boolean
	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 [!:C1SpellChecker.SetActiveSpellChecking(ISpellCheckableRichEditor, bool)] method.

See Also