Loads the current theme from a stream.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal As C1ThemeFormat _
)
public void Load(
System.IO.Stream ,
C1ThemeFormat
)
Parameters
- stream
- The source stream.
- format
- The theme persistence format to use.
See Also