| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ThumbButtonClick Event |
<C1DescriptionAttribute("Occurs when a thumbnail button is clicked.")>
<C1CategoryAttribute("Action")>
Public Event ThumbButtonClick As ThumbButtonEventHandler
Dim instance As C1TaskbarButton Dim handler As ThumbButtonEventHandler AddHandler instance.ThumbButtonClick, handler
[C1Description("Occurs when a thumbnail button is clicked.")]
[C1Category("Action")]
public event ThumbButtonEventHandler ThumbButtonClick
[C1Description("Occurs when a thumbnail button is clicked.")]
[C1Category("Action")]
public:
event ThumbButtonEventHandler^ ThumbButtonClick
The event handler receives an argument of type ThumbButtonEventArgs containing data related to this event. The following ThumbButtonEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | Gets the thumbnail button causing the event. |
| ButtonIndex | Gets a zero-based index of a thumbnail button in the Buttons collection. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2