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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, 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.

See Also