Skip to main content
All docs
V23.2

SpellChecker.RestoreFromRegistry(String) Method

Loads the spell checker object from data in the registry.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public void RestoreFromRegistry(
    string path
)

Parameters

Name Type Description
path String

A path to the registry key that contains data.

Remarks

Call the SpellChecker.SaveToRegistry method to save data to the specified registry key.

See Also