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 _
)
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