SpellCheckerBase.Check(ISpellCheckTextController) Method
In This Article
Checks the spelling of the text available through the controller interface.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
controller | DevExpress. |
An object implementing the DevExpress. |
#Returns
Type | Description |
---|---|
String | A String object, containing the text of the text controller, processed by a spell-checker engine. |
#Remarks
The text provided by an object that implements the ISpellCheckTextController interface is processed by a spell-checker engine in a non-interactive manner. Thus, using this method you have to handle all spell-checker events yourself.
See Also