Skip to main content
A newer version of this page is available. .

ISpellChecker.Check(Object) Method

Checks the specified control for spelling mistakes.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void Check(
    object control
)

Parameters

Name Type Description
control Object

A Control object, representing a control to be checked for spelling mistakes.

See Also