[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.IconClickEventArgs

IconClickEventArgs Class

Provides data for the IconClick event.

Inheritance
IconClickEventArgs
Namespace: C1.Win.C1SuperTooltip
Assembly: C1.Win.C1SuperTooltip.4.8.dll
Syntax
public class IconClickEventArgs : EventArgs

Constructors

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

Initializes a new instance of an IconClickEventArgs.

Properties

Name Description
Button

Gets which mouse button was clicked on the icon.

Clicks

Gets the number of times the mouse button was clicked.

Control

Gets the control that has an associated error.

Error

Gets the error description text.

Location

Gets the location of the mouse (in screen coordinates) during the generating event.

X

Gets the x-coordinate of the mouse during the generating event.

Y

Gets the y-coordinate of the mouse during the generating event.