I have a button to select a tool and I want to make it look pressed after the user clicks it. I am using winforms and I do not want to use Check Box with Button Appearance. How can I achieve that?
Asked
Active
Viewed 953 times
1 Answers
1
You can use a CheckBox with the Appearance property set to Button.

Rahul Tripathi
- 168,305
- 31
- 280
- 331