Back to Devexpress

SpellChecker.Check(ISpellCheckTextControlController) Method

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-dot-check-x28-devexpress-dot-xtraspellchecker-dot-native-dot-ispellchecktextcontrolcontroller-x29.md

latest1.6 KB
Original Source

SpellChecker.Check(ISpellCheckTextControlController) Method

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

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public virtual void Check(
    ISpellCheckTextControlController controller
)
vb
Public Overridable Sub Check(
    controller As ISpellCheckTextControlController
)

Parameters

NameTypeDescription
controllerDevExpress.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

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace