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

SpellChecker.CanCheck(Control) Method

Checks whether the control is registered to be used with the XtraSpellChecker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SpellChecker

Declaration

public virtual bool CanCheck(
    Control control
)

Parameters

Name Type Description
control Control

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

Returns

Type Description
Boolean

true if the control is already registered to be used with the XtraSpellChecker; otherwise false.

See Also