SpellChecker.Check(ISpellCheckTextControlController) Method
Checks the spelling of the text available through the controller interface.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
Name | Type | Description |
---|---|---|
controller | DevExpress.XtraSpellChecker.Native.ISpellCheckTextControlController | An object implementing the ISpellCheckTextController interface. |
Remarks
This method overrides the corresponding method of the SpellCheckerBase class.
It loads dictionaries and provides an interaction with the user by invoking spelling forms.
See Also