ComponentOne Themes for WinForms
Load(Stream) Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class > Load Method : Load(Stream) Method
The source stream.
Loads the current theme from a stream. This method assumes that stream contains theme in C1ThemeFormat.Xml format.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream _
) 
public void Load( 
   System.IO.Stream stream
)

Parameters

stream
The source stream.
See Also

Reference

C1Theme Class
C1Theme Members
Overload List