Intersoft ClientUI Documentation
ApplicationTheme Property



Gets or sets the ApplicationTheme that will be applied to the current application.
Syntax
Public Property ApplicationTheme As ApplicationTheme
Dim instance As ThemeManager
Dim value As ApplicationTheme
 
instance.ApplicationTheme = value
 
value = instance.ApplicationTheme
public ApplicationTheme ApplicationTheme {get; set;}
public:
property ApplicationTheme ApplicationTheme {
   ApplicationTheme get();
   void set (    ApplicationTheme 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