1

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?

1 Answers1

1

You can use a CheckBox with the Appearance property set to Button.

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