c# - How to hide the circle in RadioButton control? -
c# - How to hide the circle in RadioButton control? -
i have various radiobutton command within groupbox control. each 1 represents coin denomination, when select 1 programme logic selected coin. works correctly, want remove radiobutton circle (the white one). check attached image:
how can remove circle in radiobutton control?
the easy way: alter radiobutton's appearence
property button
value.
radiobutton.appearance property (system.windows.forms)
this result:
c# winforms
Comments
Post a Comment