A newer version of this page is available.
Switch to the current version.
SpellCheckerDictionaryBase.FindWord(String) Method
Searches for the word in the dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v18.2.Core.dll
Declaration
public override bool FindWord(
string word
)
Public Overrides Function FindWord(
word As String
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
word | String | A string representing a word to be searched for. |
Returns
Type | Description |
---|---|
Boolean | true if the word is found within the dictionary; otherwise false |
Remarks
This method checks for the presence of the certain word within the selected dictionary. It can be helpful for dictionary quality assurance, or to make certain that the dictionary is loaded properly.
See Also
Feedback