[]
Provides data for mouse events occuring for the Gauge items.
public class ItemMouseEventArgs : ItemEventArgs
Name | Description |
---|---|
Button | Gets which mouse button was pressed. |
Clicks | Gets the number of times the mouse button was pressed or released. |
Location | Gets the location of the mouse during the generating mouse event. |
X | Gets the x-coordinate of the mouse, in pixels. |
Y | Gets the y-coordinate of the mouse, in pixels. |