SpellChecker.Check(ISpellCheckTextControlController) Method
In This Article
Checks the spelling of the text available through the controller interface.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
controller | DevExpress. |
An object implementing the ISpell |
#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