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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SpellChecker

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.

See Also