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 As System.Windows.Forms.TextBoxBase, _
ByVal As System.Boolean _
)
public void SetActiveSpellChecking(
System.Windows.Forms.TextBoxBase ,
System.bool
)
Parameters
- textBox
- System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.
- spellChecking
- True to provide as-you-type spell-checking to the .
See Also