Starts spell checking the HTML text in a given control.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public void CheckHTMLInControl( Control ctrl ) |
Visual Basic (Declaration) |
---|
Public Sub CheckHTMLInControl ( _ ctrl As Control _ ) |
Parameters
- ctrl
- Type: System.Windows.Forms..::.Control
Control to check.
Remarks
All text inside the HTML tags will be skipped during spell checking.
Use the LastSpellError property and the SpellError event to find out the occurred errors.