SpellChecker.SetCanCheckText(Control, Boolean) Method
Returns a value that specifies whether the control can be processed by a spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | Control | A control for which the spell checking option is specified. |
| canCheckText | Boolean | true if the control can be passed for spelling check; otherwise false. |
See Also