Skip to main content

SpellChecker.Check(ISpellCheckTextControlController) Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public virtual void Check(
    ISpellCheckTextControlController controller
)

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