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

In This Topic
    Enabled Property (C1ThumbButton)
    In This Topic
    Gets or sets the thumbnail button's enabled state. If the button is disabled, it is present, but has a visual state that indicates that it will not respond to user action.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1ThumbButton.Enabled", "Indicates whether the thumbnail button is enabled.")>
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    Public Property Enabled As Boolean
    [C1Description("C1ThumbButton.Enabled", "Indicates whether the thumbnail button is enabled.")]
    [DefaultValue(true)]
    [C1Category("Behavior")]
    public bool Enabled {get; set;}
    See Also