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.
 
Back
Top