Skip to main content
All docs
V25.1
  • SpellChecker.RestoreFromRegistry(String) Method

    Loads the spell checker object from data in the registry.

    Namespace: DevExpress.Xpf.SpellChecker

    Assembly: DevExpress.Xpf.SpellChecker.v25.1.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