'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.SettingsBindableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(False)> <SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("RadioButtonCheckedDescr")> Public Property Checked As System.Boolean
'Usage
Dim instance As NRadioButton Dim value As System.Boolean instance.Checked = value value = instance.Checked
[System.ComponentModel.Bindable(true)] [System.ComponentModel.SettingsBindable(true)] [System.ComponentModel.DefaultValue(false)] [SRCategory("CatAppearance")] [SRDescription("RadioButtonCheckedDescr")] public System.bool Checked {get; set;}