[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.IconClickEventArgs.-ctor

IconClickEventArgs Constructor

IconClickEventArgs(Control, string, MouseButtons, int, Point)

Initializes a new instance of an IconClickEventArgs.

Declaration
public IconClickEventArgs(Control control, string error, MouseButtons button, int clicks, Point location)
Parameters
Type Name Description
Control control

Control that has an associated error.

string error

Error description text.

MouseButtons button

Button that was clicked on the icon.

int clicks

Number of times the mouse button was clicked.

Point location

Location of the mouse in screen coordinates.