CommandBarManager.LoadLayout Method (Stream, Boolean)
Loads the current layout from a stream. Can be read as binary or as XML.
[Visual Basic]Overloads Public Sub LoadLayout( _
ByVal
file As
Stream, _
ByVal
binary As
Boolean _
)
Parameters
- file
- The stream. Not necessarily a file.
- binary
- Is this a binary stream? If not, read as XML.
See Also
CommandBarManager Class | NETXP.Controls.Bars Namespace | CommandBarManager.LoadLayout Overload List