Starts spell checking the given string without any bad-word dialog.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public bool CheckString( string str ) |
Visual Basic (Declaration) |
---|
Public Function CheckString ( _ str As String _ ) As Boolean |
Parameters
- str
- Type: System..::.String
String to check.
Return Value
Value indicates if string was checked successful or not.
Remarks
Use the LastSpellError property and the SpellError event to find out the occurred errors.