How to change theme in theme in windows form?

1

I understand how to add themes to my project, I create a class "Theme", I put all the code of a downloaded theme and change the namespace to use their objects.

These are the properties that the subject gives me that I can easily drag one to the project and change everything.

What I want to do is change the subject to the code with a combobox:

How could I do that? : /

    
asked by KnalezStark 07.02.2017 в 19:56
source

1 answer

0

What you have downloaded is a library of controls, the only way to change the theme of your application dynamically is that the developer of that library has programmed the option to change the theme, I can suggest using other libraries / frameworks that If you have that characteristic:

MaterialSkin for .NET WinForms

MetroFramework - WinForms on steroids

    
answered by 23.02.2017 в 23:09