ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker 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 System.Boolean
    public System.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 C1SpellChecker.SetActiveSpellChecking method.

    See Also