Reputation: 7177
Hey I was just wondering the techniques everyone uses to style radio buttons in winForms. I find them very plain, and would like to add some color or different images for the controls. The only way I can think of is to actually use a button that looks like a radiobutton, and set it to true or false.
Just wondering if there is a way I can do this, but still use the radio control.
Upvotes: 1
Views: 10108
Reputation: 10359
Here is the RadioButton MSDN.
Here you can see that you can, like many Controls :
change the Button Apparence.
change the Button Color.
change the Button BackGroundImage.
There are many options to create your CustomRadioButton.
Upvotes: 5
Reputation: 15344
Here are two links which you can use to customize your controls
http://www.devexpress.com
http://www.dotnetskin.net
Upvotes: 0