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

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

    Parameters

    control
    System.Windows.Forms.Control that is monitored for spelling mistakes.

    Return Value

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