Skip to main content
A newer version of this page is available. .

SpellChecker.CheckContainer(Control) Method

Checks the controls within the container for spelling mistakes.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.2.dll

Declaration

public virtual void CheckContainer(
    Control container
)

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.

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.

See Also