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

    SECURITY-RELATED CONSIDERATIONS

    Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

    Loads the spell checker object from data in the registry.

    Namespace: DevExpress.Xpf.SpellChecker

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