Group Buttons

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
 
C

christer.dk

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
 

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

Top