ComponentOne SpellChecker for WinForms
GetActiveSpellChecking(TextBoxBase) Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class > GetActiveSpellChecking Method : GetActiveSpellChecking(TextBoxBase) Method
System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.
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

Reference

C1SpellChecker Class
C1SpellChecker Members
Overload List