ComponentOne Windows 7 Control Pack for WinForms
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
    [C1Description("C1RadioButton.Enabled", "Indicates whether the radio button is enabled.")]
    [DefaultValue(true)]
    [C1Category("Behavior")]
    public bool Enabled {get; set;}
    See Also