ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / ThumbButtonClick Event

In This Topic
    ThumbButtonClick Event
    In This Topic
    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
    [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.

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