Loads the current theme from a stream. This method assumes that stream contains theme in C1ThemeFormat.Xml format.
Overload List
Overload | Description |
Load(Stream) | Loads the current theme from a stream. This method assumes that stream contains theme in C1ThemeFormat.Xml format. |
Load(Stream,C1ThemeFormat) | Loads the current theme from a stream. |
Load(String) | Loads the current theme from a file. The theme format determined on the base of the file extension. |
Load(String,C1ThemeFormat) | Loads the current theme from a file. |
See Also