Back to Devexpress

SpellCheckerBase.Check(ISpellCheckTextController) Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-check-x28-devexpress-dot-xtraspellchecker-dot-parser-dot-ispellchecktextcontroller-x29.md

latest1.9 KB
Original Source

SpellCheckerBase.Check(ISpellCheckTextController) Method

Checks the spelling of the text available through the controller interface.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual string Check(
    ISpellCheckTextController controller
)
vb
Public Overridable Function Check(
    controller As ISpellCheckTextController
) As String

Parameters

NameTypeDescription
controllerDevExpress.XtraSpellChecker.Parser.ISpellCheckTextController

An object implementing the DevExpress.XtraSpellChecker.Parser.ISpellCheckTextController interface.

|

Returns

TypeDescription
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

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace