Radio button background colour - CF 2, C#

  • Thread starter Thread starter Steve Howard
  • Start date Start date
S

Steve Howard

I made radio buttons with a coloured background, and placed them on a form
that was the same colour. The buttons look great, aside from the white
square behind the buttons! The square is the same size as the circle of the
radio button.

I couldn't find a property that would get rid of the white square. What did
I miss?

Tested on a WM2003 device (Toshiba E750)

My solution was to add a white panel and drop the radio buttons onto that
.... so the buttons were the same as the white background.


Steve
 
On Wed, 11 Jan 2006 17:20:25 -0600, "Steve Howard"

--> I made radio buttons with a coloured background, and placed them
on a form
--> that was the same colour. The buttons look great, aside from the
white
--> square behind the buttons! The square is the same size as the
circle of the
--> radio button.
-->
--> I couldn't find a property that would get rid of the white
square. What did
--> I miss?
-->
--> Tested on a WM2003 device (Toshiba E750)
-->
--> My solution was to add a white panel and drop the radio buttons
onto that
--> ... so the buttons were the same as the white background.
-->
-->
--> Steve
-->
-->


Can you inherit from the RadioButton class and override the
OnPaintBackground(PaintEvents p) method of the new class?
Michael Hughes - Redmond, WA/Silverton, OR
http://www.MrHankyTrivia.net - http://www.MrHankyTrivia.com
http://aa7ml.net - http://aa7ml.com
 
Back
Top