SpellChecker.Check(Control) Method
In This Article
Checks the specified control for spelling mistakes.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
edit |
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