Starts spell checking the text in a given control.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public void CheckControl( Control ctrl, BadWordDialogEnum dialog ) |
Visual Basic (Declaration) |
---|
Public Sub CheckControl ( _ ctrl As Control, _ dialog As BadWordDialogEnum _ ) |
Parameters
- ctrl
- Type: System.Windows.Forms..::.Control
Control to check.
- dialog
- Type: C1.Win.C1Spell..::.BadWordDialogEnum
The BadWordDialogEnum object that represents whether the bad-word dialog will be used and the language that should be used to display it.
Remarks
Use the LastSpellError property and the SpellError event to find out the occurred errors.