RestoreLayout(Form,Stream) Method
In This Topic
Restores layout of all C1DockingTab controls on the form from the stream.
Syntax
'Declaration
Public Overloads Shared Sub RestoreLayout( _
ByVal As Form, _
ByVal As Stream _
)
public static void RestoreLayout(
Form ,
Stream
)
Parameters
- form
- stream
See Also