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

RibbonQuickAccessToolbar.RestoreLayoutFromRegistry(String) Method

Restores the layout of the RibbonQuickAccessToolbar‘s items from the system registry.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void RestoreLayoutFromRegistry(
    string path
)

Parameters

Name Type Description
path String

A string value which specifies the system registry path. If the specified path doesn’t exist, this method does nothing.

Remarks

For more information, see Saving and Restoring the Layout of Dock Panels.

See Also