Back to Devexpress

RibbonQuickAccessToolbar.RestoreLayoutFromRegistry(String) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonquickaccesstoolbar-dot-restorelayoutfromregistry-x28-system-dot-string-x29.md

latest2.9 KB
Original Source

RibbonQuickAccessToolbar.RestoreLayoutFromRegistry(String) Method

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void RestoreLayoutFromRegistry(
    string path
)
vb
Public Overridable Sub RestoreLayoutFromRegistry(
    path As String
)

Parameters

NameTypeDescription
pathString

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

RestoreLayoutFromStream(Stream)

RestoreLayoutFromXml(String)

SaveLayoutToRegistry(String)

SaveLayoutToStream(Stream)

SaveLayoutToXml(String)

Saving and Restoring the Layout of Dock Panels

Save and Restore Layouts of DevExpress controls

RibbonQuickAccessToolbar Class

RibbonQuickAccessToolbar Members

DevExpress.XtraBars.Ribbon Namespace