SpellChecker.CheckContainer(Control) Method
Checks the controls within the container for spelling mistakes.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object representing a control container to be checked for spelling mistakes. |
Remarks
The default strategy for the control container sets the order in which the controls are checked identical to their tab ordering.
Note
Use only SpellingFormType.Outlook setting of the XtraSpellChecker when this method is executed.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CheckContainer(Control) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.