Back to Devexpress

RibbonQuickAccessToolbar.RestoreLayoutFromStream(Stream) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonquickaccesstoolbar-dot-restorelayoutfromstream-x28-system-dot-io-dot-stream-x29.md

latest2.9 KB
Original Source

RibbonQuickAccessToolbar.RestoreLayoutFromStream(Stream) 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 a stream.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void RestoreLayoutFromStream(
    Stream stream
)
vb
Public Overridable Sub RestoreLayoutFromStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream descendant from which the layout of items is loaded.

|

Remarks

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

See Also

RestoreLayoutFromRegistry(String)

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