WinForms Edition Documentation
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
 
See Also