WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1ThumbButton Class / Interactive Property

In This Topic
Interactive Property
In This Topic
Gets or sets the property that describes whether the button is interactive with the user.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1ThumbButton.Interactive", "Indicates whether the button is interactive with the user.")>
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Behavior")>
Public Property Interactive As Boolean
 
Remarks
Non-interactive buttons don't display any hover behavior nor do they raise click events. They are intended to be used as status icons. This is mostly similar to being not Enabled, but the image is not desaturated.
See Also