Remarks
This method is only enabled if the Spelling
Returns a value whether the specified word was found in one of the current selected suggestion dictionaries or not.
public bool CheckCorrectedWord(string correctedWord, out string messageText);
Public Sub CheckCorrectedWord(correctedWord As String, ByRef messageText As String) As Bollean
Parameter | Description |
---|---|
corrected |
The specified word to check. |
message |
If the specified word was not found in one of the current selected suggestion dictionaries, the parameter is set to a message which informs the user about the result of this request. Otherwise it is set to an empty string. |
True if the specified word was found in one of the current selected suggestion dictionaries. Otherwise false.
This method is only enabled if the Spelling