ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / IconDoubleClick Event

In This Topic
    IconDoubleClick Event (C1SuperErrorProvider)
    In This Topic
    Occurs when the error icon is clicked two or more times.
    Syntax
    'Declaration
     
    Public Event IconDoubleClick As IconClickEventHandler
    public event IconClickEventHandler IconDoubleClick
    Event Data

    The event handler receives an argument of type IconClickEventArgs containing data related to this event. The following IconClickEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets which mouse button was clicked on the icon.  
    Gets the number of times the mouse button was clicked.  
    Gets the control that has an associated error.  
    Gets the error description text.  
    Gets the location of the mouse (in screen coordinates) during the generating event.  
    Gets the x-coordinate of the mouse during the generating event.  
    Gets the y-coordinate of the mouse during the generating event.  
    See Also