Имя | Описание | |
---|---|---|
VisualToolMouseEventArgs | Инициализирует новый экземпляр класса VisualToolMouseEventArgs. |
Имя | Описание | |
---|---|---|
VisualToolMouseEventArgs | Инициализирует новый экземпляр класса VisualToolMouseEventArgs. |
Имя | Описание | |
---|---|---|
Empty | Provides a value to use with events that do not have event data. (Наследуется от System.EventArgs) |
Имя | Описание | |
---|---|---|
Button | Gets which mouse button was pressed. (Наследуется от System.Windows.Forms.MouseEventArgs) | |
Clicks | Gets the number of times the mouse button was pressed and released. (Наследуется от System.Windows.Forms.MouseEventArgs) | |
Delta | Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. (Наследуется от System.Windows.Forms.MouseEventArgs) | |
Handled | Возвращает или задает значение, указывающее, было ли обработано событие. | |
Location | Gets the location of the mouse during the generating mouse event. (Наследуется от System.Windows.Forms.MouseEventArgs) | |
Viewer | Возвращает просмотрщик изображений, вызвавший событие. | |
X | Gets the x-coordinate of the mouse during the generating mouse event. (Наследуется от System.Windows.Forms.MouseEventArgs) | |
Y | Gets the y-coordinate of the mouse during the generating mouse event. (Наследуется от System.Windows.Forms.MouseEventArgs) |