ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class / IconClick Event

In This Topic
    IconClick Event (C1SuperErrorProvider)
    In This Topic
    Occurs when the error icon is clicked by the mouse.
    Syntax
    'Declaration
     
    Public Event IconClick As IconClickEventHandler
    public event IconClickEventHandler IconClick
    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