'Declaration
<C1CategoryAttribute("Action")> <C1DescriptionAttribute("C1TaskbarButton.ThumbButtonClick", "Occurs when a thumbnail button is clicked.")> Public Event ThumbButtonClick As ThumbButtonEventHandler
[C1Category("Action")] [C1Description("C1TaskbarButton.ThumbButtonClick", "Occurs when a thumbnail button is clicked.")] 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.
Property | Description |
---|---|
Button | Gets the thumbnail button causing the event. |
ButtonIndex | Gets a zero-based index of a thumbnail button in the Buttons collection. |
See Also