Toggle Button?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I want to create a button on a Windows form that stays depressed when a user
clicks it (and raises if they click it again). How do I do this?

Thanks,
Ryan
 
Ryan said:
I want to create a button on a Windows form that stays depressed when a
user clicks it (and raises if they click it again). How do I do this?

You may want to use a checkbox control with 'Appearance' set to 'Button'.
 
Ryan said:
I want to create a button on a Windows form that stays depressed when a user
clicks it (and raises if they click it again). How do I do this?

Thanks,
Ryan

Use a RadioButton. And change Appearence to button.

Though, if you really want it to stay depressed, just hurl a few
insults. That usuaully does the trick. :)

B.
 
LOL.. thanks :)

Brian Tkatch said:
Use a RadioButton. And change Appearence to button.

Though, if you really want it to stay depressed, just hurl a few
insults. That usuaully does the trick. :)

B.
 
Back
Top