ComponentOne Windows 7 Control Pack for WinForms
ThumbButtonClick Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ThumbButtonClick Event
Occurs when a thumbnail button item is clicked.
Syntax
<C1DescriptionAttribute("Occurs when a thumbnail button is clicked.")>
<C1CategoryAttribute("アクション")>
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("アクション")]
public event ThumbButtonEventHandler ThumbButtonClick
[C1Description("Occurs when a thumbnail button is clicked.")]
[C1Category("アクション")]
public:
event ThumbButtonEventHandler^ ThumbButtonClick
Event Data

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.

PropertyDescription
Gets the thumbnail button causing the event.  
Gets a zero-based index of a thumbnail button in the Buttons collection.  
See Also