Group Buttons

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I'm looking for a Button Control that can act as Group Button with 2
state Pressed/Unpressed.

So that when one is pressed the other are unpressed. Also i need some
advanced visual features like : Normal Image, Over Image, Pressed Image

I did not find this in C#...

Any idea...
Jonathan
 
Hi John,

Check out the CheckBox control and it's Appearance property (Button).
No grouping of buttons as far as I know, but you should be able to
create the dependencies yourself. The button appearance allows an
image, which you should be able to change runtime...

Did this help you?

Kind regards,
Christer
 
Back
Top