ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / SetActiveSpellChecking Method / SetActiveSpellChecking(TextBoxBase,Boolean) Method
System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.
True to provide as-you-type spell-checking to the textBox.

In This Topic
    SetActiveSpellChecking(TextBoxBase,Boolean) Method
    In This Topic
    Sets whether the C1SpellChecker should highlight spelling mistakes as the user types on a given System.Windows.Forms.TextBoxBase.
    Syntax
    'Declaration
     
    Public Overloads Sub SetActiveSpellChecking( _
       ByVal textBox As System.Windows.Forms.TextBoxBase, _
       ByVal spellChecking As System.Boolean _
    ) 
    public void SetActiveSpellChecking( 
       System.Windows.Forms.TextBoxBase textBox,
       System.bool spellChecking
    )

    Parameters

    textBox
    System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.
    spellChecking
    True to provide as-you-type spell-checking to the textBox.
    See Also