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