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

SpellingSettings.UnregisterTextControl(Type) Method

Excludes controls of the specified type from the list of controls for which spell checking is enabled.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v21.2.dll

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public static void UnregisterTextControl(
    Type controlType
)

Parameters

Name Type Description
controlType Type

The Type of the custom control.

Remarks

The UnregisterTextControl revokes the registration performed by the SpellingSettings.RegisterTextControl method.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UnregisterTextControl(Type) 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