Back to Devexpress

BarManager.SaveToRegistry() Method

windowsforms-devexpress-dot-xtrabars-dot-barmanager-460c5309.md

latest1.7 KB
Original Source

BarManager.SaveToRegistry() Method

Saves the BarManager component state to the system registry.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public bool SaveToRegistry()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function SaveToRegistry As Boolean

Returns

TypeDescription
Boolean

true if the operation is successfully completed; otherwise false.

|

Remarks

This method is obsolete. Use the BarManager.SaveLayoutToRegistry method instead.

See Also

Saving and Restoring a Bars Layout Manually

Saving and Restoring a Bars Layout Automatically

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace