The Windows Classic themes are represented by the NWindowsClassicTheme class. They mimic the 3D appearance of the Microsoft Windows Classic Theme in all color variations. The following code applies a Windows Classic - Plum theme:
Apply a Windows Classic Theme |
Copy Code
|
---|---|
NApplication.ApplyTheme(new NWindowsClassicTheme(ENUIThemeScheme.Plum));
|