LoadLayout(Stream) Method
In This Topic
Loads layouts of
C1DashboardLayout control from the XML file.
Syntax
'Declaration
Public Overloads Sub LoadLayout( _
ByVal As Stream _
)
public void LoadLayout(
Stream
)
Parameters
- stream
- The stream to input.
See Also