Modifying apearence of radio buttons

C

colin

Hi,
I want a group of buttons wich need to function like radio
buttons ie, only one can be on but I wish to have them look like the
'Button' type button
and stay down when they are pressed
the button text will also be the title for the control below it,
the green dot doesnt realy highlight the text suficiently,
a button wich stays pressed would be better.
they will be aranged horizontally.

Is there a different control or can the existing buttons be modified
sensibly?

theres lots of info on how to use either of them etc
but not how to modify them much.
theres various objects wich show up in the object browser
such as ButtonRenderer etc.. wich seem to be part of drawing either a
button or radio button etc but doesnt seem to be obvious where that fits
into the actual controls themselves or how I can use the
ButtonRenderer with radio buttons

Colin =^.^=
 
M

Mattias Sjögren

Is there a different control or can the existing buttons be modified
sensibly?

The winforms RadioButton control has a Appearance property you can set
to Button.


Mattias
 
C

colin

Mattias Sjögren said:
The winforms RadioButton control has a Appearance property you can set
to Button.

ah cool magic !!!!
id missed that
thanks very much

Colin =^.^=
 

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