ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / GetActiveSpellChecking Method / GetActiveSpellChecking(TextBoxBase) Method
System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.

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

    Parameters

    textBox
    System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.

    Return Value

    True if spell-checking is enabled for the given control, false otherwise.
    See Also