ComponentOne Windows 7 Control Pack for WinForms
Enabled Property (C1RadioButton)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1RadioButton Class : Enabled Property
Gets or sets a value that indicates whether the radio button is enabled.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Indicates whether the radio button is enabled.")>
Public Property Enabled As Boolean
Dim instance As C1RadioButton
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
[DefaultValue()]
[C1Category("動作")]
[C1Description("Indicates whether the radio button is enabled.")]
public bool Enabled {get; set;}
[DefaultValue()]
[C1Category("動作")]
[C1Description("Indicates whether the radio button is enabled.")]
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1RadioButton Class
C1RadioButton Members