NetXP 3.0 Reference

CommandBarManager.SaveLayout Method (Stream, Boolean)

Saves the current layout to a stream. Can be written as binary or as XML.

[Visual Basic]
Overloads Public Sub SaveLayout( _
   ByVal file As Stream, _
   ByVal binary As Boolean _
)
[C#]
public void SaveLayout(
   Stream file,
   bool binary
);

Parameters

file
The stream. Not necessarily a file.
binary
Is this a binary stream? If not, write as XML.

See Also

CommandBarManager Class | NETXP.Controls.Bars Namespace | CommandBarManager.SaveLayout Overload List