Themes for WinForms | ComponentOne
In This Topic
    ThemeController Overview
    In This Topic

    C1ThemeController is a component that loads and manages visual themes and applies them to forms and controls. C1ThemeController can be used in any of the following ways:

     – Use the C1ThemeController.ApplicationTheme property to accomplish this method.

    - Use the C1ThemeController.Theme property to accomplish this method.

    - Set the extender property ‘Theme on c1ThemeController1’ on individual controls on your form. 

    See Also