WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / ThumbButtonClick Event

ThumbButtonClick Event
Occurs when a thumbnail button item is clicked.
Syntax
'Declaration
 
<C1CategoryAttribute("Action")>
<C1DescriptionAttribute("C1TaskbarButton.ThumbButtonClick", "Occurs when a thumbnail button is clicked.")>
Public Event ThumbButtonClick As ThumbButtonEventHandler
 
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