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

SpellCheckerBase.RestoreFromRegistry(String) Method

Reconstitute the spell checker object from the data in the registry.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public void RestoreFromRegistry(
    string path
)

Parameters

Name Type Description
path String

A String object, representing a path to the registry key that holds the data.

Remarks

Call the SpellCheckerBase.SaveToRegistry method to save data to the given registry key.

See Also