ComponentOne Themes for WinForms
Load(Stream,C1ThemeFormat) Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class > Load Method : Load(Stream,C1ThemeFormat) Method
The source stream.
The theme persistence format to use.
Loads the current theme from a stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal format As C1ThemeFormat _
) 
public void Load( 
   System.IO.Stream stream,
   C1ThemeFormat format
)

Parameters

stream
The source stream.
format
The theme persistence format to use.
See Also

Reference

C1Theme Class
C1Theme Members
Overload List