SpellChecker.RestoreFromRegistry(String) Method
In This Article
Loads the spell checker object from data in the registry.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
#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