Change the color of a small circle (dot) contained within the radio button to be red?
问题 How do I change the color of a small circle (dot) contained within the radio button to be red in Winform Application use VB.NET or C#? Regard & Thanks, Dewi ========================================================== I will share, may be useful to others. This program works. Imports System.Drawing.Drawing2D Public Class Form1 Public Class MyRadioButton Inherits RadioButton Private m_OnColor As Color Private m_OffColor As Color Public Sub New(ByVal On_Color As Color, ByVal Off_Color As Color) m