Back to Devexpress

SpellChecker.CanCheck(Control) Method

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-dot-cancheck-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest1.6 KB
Original Source

SpellChecker.CanCheck(Control) Method

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

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public virtual bool CanCheck(
    Control control
)
vb
Public Overridable Function CanCheck(
    control As Control
) As Boolean

Parameters

NameTypeDescription
controlControl

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

|

Returns

TypeDescription
Boolean

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

|

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace