Gets whether the
C1SpellChecker should highlight spelling mistakes as the user types on a given
System.Windows.Forms.TextBoxBase.
'Declaration
Public Overloads Function GetActiveSpellChecking( _
ByVal As System.Windows.Forms.TextBoxBase _
) As System.Boolean
public System.bool GetActiveSpellChecking(
System.Windows.Forms.TextBoxBase
)
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.