| C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : RegisterThemes Method |
This method scans all resources in the specified assembly, and selects those with names ending in ".c1theme" (case insensitive). If a theme cannot be loaded (e.g. due to a duplicate name or other error), it is skipped (i.e. no exception is thrown).
'Declaration Public Shared Function RegisterThemes( _ ByVal assembly As System.Reflection.Assembly _ ) As System.String()
public static System.string[] RegisterThemes( System.Reflection.Assembly assembly )