Intersoft ClientUI Documentation
ColorTheme Property



Gets or sets the ColorTheme that will be applied to the current application.
Syntax
Public Property ColorTheme As UIColorTheme
Dim instance As ThemeManager
Dim value As UIColorTheme
 
instance.ColorTheme = value
 
value = instance.ColorTheme
public UIColorTheme ColorTheme {get; set;}
public:
property UIColorTheme ColorTheme {
   UIColorTheme get();
   void set (    UIColorTheme value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ThemeManager Class
ThemeManager Members

Send Feedback