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

Re: Group Buttons by christer

christer
Wed Oct 25 04:54:42 CDT 2006

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


John wrote:
> 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