Nevron Open Vision Documentation
User Interface / UI Themes / Windows Classic Themes
In This Topic
    Windows Classic Themes
    In This Topic

    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));
    
    See Also