ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1CustomButton Class / Enabled Property

In This Topic
    Enabled Property (C1CustomButton)
    In This Topic
    Gets or sets a value that indicates whether the button is enabled.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1CustomButton.Enabled", "Indicates whether the button is enabled.")>
    Public Property Enabled As Boolean
    [DefaultValue(true)]
    [C1Category("Behavior")]
    [C1Description("C1CustomButton.Enabled", "Indicates whether the button is enabled.")]
    public bool Enabled {get; set;}
    See Also