Loads the layout from the specified stream.
'Declaration
Public Overloads Sub LoadLayout( _
ByVal As Stream _
)
'Usage
Dim instance As DockLayoutManager
Dim stream As Stream
instance.LoadLayout(stream)
public void LoadLayout(
Stream
)
Parameters
- stream
- The readable System.IO.Stream to which to load the layout. Cannot be a null reference (Nothing in Visual Basic).
Return Value
The name of the layout that was loaded.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2