ComponentOne Themes for WinForms
ApplicationTheme Property

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : ApplicationTheme Property
Gets or sets the application-wide default theme name.

All theme controllers which have "(default)" set as Theme property value will use this theme.

This name is persisted with key "C1ApplicationTheme" in the application config file (app.config).

Syntax
'Declaration
 
Public Shared Property ApplicationTheme As System.String
public static System.string ApplicationTheme {get; set;}
See Also

Reference

C1ThemeController Class
C1ThemeController Members