RibbonQuickAccessToolbar.RestoreLayoutFromRegistry(String) Method
Restores the layout of the RibbonQuickAccessToolbar's items from the system registry.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public virtual void RestoreLayoutFromRegistry(
string path
)
Public Overridable Sub RestoreLayoutFromRegistry(
path As String
)
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.
Implements
DevExpress.Utils.Serializing.ISupportXtraSerializer.RestoreLayoutFromRegistry(String)
See Also
Feedback