RadioButton Constructor ()

 

Initializes a new instance of the RadioButton class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
RadioButton()

The default view of the RadioButton has its text aligned to the right of the button and the AutoCheck property is set to true.

The following code example creates and initializes a RadioButton, gives it the appearance of a toggle button, sets its AutoCheck property to false, and adds it to a Form.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: