ComponentOne Windows 7 Control Pack for WinForms
Interactive Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : Interactive Property
Gets or sets the property that describes whether the button is interactive with the user.
Syntax
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Indicates whether the button is interactive with the user.")>
<DefaultValueAttribute()>
Public Property Interactive As Boolean
Dim instance As C1ThumbButton
Dim value As Boolean
 
instance.Interactive = value
 
value = instance.Interactive
[C1Category("動作")]
[C1Description("Indicates whether the button is interactive with the user.")]
[DefaultValue()]
public bool Interactive {get; set;}
[C1Category("動作")]
[C1Description("Indicates whether the button is interactive with the user.")]
[DefaultValue()]
public:
property bool Interactive {
   bool get();
   void set (    bool value);
}
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

Reference

C1ThumbButton Class
C1ThumbButton Members