VintasoftControlMouseEventArgs Class Members
In This Topic
The following tables list the members exposed by
VintasoftControlMouseEventArgs.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | Button | Gets the identifier of clicked mouse button. |
 | Clicks | Gets the number of times the mouse button was pressed and released. |
 | Handled | Gets or sets a value indicating whether the event was handled. (Inherited from VintasoftControlEventArgs) |
 | KeyboardModifierKeys | Gets the state of the keyboard modifiers. |
 | Location | Gets the location of the mouse during the generating mouse event. |
See Also