| C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class > RegisterTheme Method : RegisterTheme(Stream) Method |
After this method completes, the theme can be set via ApplicationTheme and Theme properties.
his method throws an exception if a theme with same name has already been registered.
'Declaration Public Overloads Shared Function RegisterTheme( _ ByVal stream As System.IO.Stream _ ) As System.String
public static System.string RegisterTheme( System.IO.Stream stream )