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

    Restores the control layout stored at a specified system registry path.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.XtraSpellChecker.v25.1.dll

    NuGet Package: DevExpress.Win.SpellChecker

    Declaration

    public void RestoreFromRegistry(
        string path
    )

    Parameters

    Name Type Description
    path String

    A string value specifying the system registry path.

    See Also