Toggle Button

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I've been looking for a Toggle Button style control and can't seem to find
anything. I want to have two buttons on the screen with only one of the two
being pushed down (or true). One of the two buttons must always be pushed
down and when the other one is pushed down on the other becomes false.

Anyway, I'm just looking to implement a basic Toggly Style Button group.

Thanks.
 
Greg said:
I've been looking for a Toggle Button style control and can't seem to find
anything. I want to have two buttons on the screen with only one of the
two being pushed down (or true). One of the two buttons must always be
pushed down and when the other one is pushed down on the other becomes
false.

Anyway, I'm just looking to implement a basic Toggly Style Button group.

Thanks.

Use RadioButton's with their Appearance property set to Button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top