Skip to main content

SpellChecker.Check(ISpellCheckTextControlController) Method

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

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll

#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