Skip to main content

SpellChecker.Check(Control) Method

Checks the specified control for spelling mistakes.

Namespace: DevExpress.Xpf.SpellChecker

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

#Declaration

public virtual void Check(
    Control editControl
)

#Parameters

Name Type Description
editControl Control

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

#Remarks

There are several types of controls already registered to be used with the DXSpellChecker:

Objects of these types can be passed as a parameter to this method.

See Also