SpellingRuleBase.Correct Method (Int32)
| CodeIt.Right SDK Class Library |
|
SpellingRuleBase.Correct Method (Int32)
Method corrects the violations for the rule instance.
public override
bool Correct(
int correctionOptionIndex);
Parameters
-
correctionOptionIndex
-
Index for AutoCorrectionOptions
Return Value
True if violation was corrected succesfully; else False
Implements
IRule.Correct
Remarks
Example
See Also
SpellingRuleBase Class | SubMain.CodeItRight.Sdk.Rules Namespace | SpellingRuleBase.Correct Overload List