WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1RadioButton Class / Enabled Property

In This Topic
Enabled Property (C1RadioButton)
In This Topic
Gets or sets a value that indicates whether the radio button is enabled.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1RadioButton.Enabled", "Indicates whether the radio button is enabled.")>
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Behavior")>
Public Property Enabled As Boolean
 
See Also