RadioButton.Checked Property

 

Gets or sets a value indicating whether the control is checked.

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

[<BindableAttribute(true)>]
[<SettingsBindableAttribute(true)>]
member Checked : bool with get, set

Property Value

Type: System.Boolean

true if the check box is checked; otherwise, false.

The following code example evaluates a ListBox selection and the Checked property of a RadioButton. When a specified item is selected from the list box, the PerformClick method of another RadioButton is called. This example requires that two RadioButton controls and a ListBox have been instantiated on 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: