Reputation: 411
I want to use different themes for my form. How can I use them in my form?
Can anyone help me?
Upvotes: 0
Views: 855
Reputation: 44605
As Ian said is not a built-in functionality of Windows Forms, it's built-in in WPF.
For windows forms I would suggest using 3rd party libraries, like DevExpress or Telerik, used both, I prefer DevExpress far more ;-)
Upvotes: 0
Reputation: 1824
You could use third party controls like Infragistics or Telerik to accomplish this.
Upvotes: 1
Reputation: 34539
Winforms generally isn't easily stylable. If you're after this sort of functionality it'd be much easier to use WPF.
Upvotes: 1