Defines mouse actions.
enum MouseAction {
mouseLeave = 0,
mouseMove = 1,
clicked = 2,
mouseUp = 3,
keyDown = 4,
doubleClick = 5,
mouseTouchEvent = 6,
touchUp = 7,
mouseDown = 8
}
enum MouseAction {
mouseLeave = 0,
mouseMove = 1,
clicked = 2,
mouseUp = 3,
keyDown = 4,
doubleClick = 5,
mouseTouchEvent = 6,
touchUp = 7,
mouseDown = 8
}
Value | Member | Description |
---|---|---|
0 | mouseLeave |
Indicates the mouse left the associated control's bounds |
1 | mouseMove |
Indicates the mouse moved within the bounds of the associated control. |
2 | clicked |
Indicates the mouse first clicked a button with the bounds of the associated control. |
3 | mouseUp |
Indicates the mouse clicked a button with the bounds of the associated control. |
4 | keyDown |
Indicates a key press was detected while the associated control was focused. |
5 | doubleClick |
Indicates the mouse was double clicked within the associated control's bounds. |
6 | mouseTouchEvent |
A mouse touch event was detected within the bounds of the control (Such as a pinch.) |
7 | touchUp |
The touch event detected in the bounds of the associated control is no longer detected. |
8 | mouseDown |
Indicates the mouse is held button down within the associated control's bounds. |
Leadtools.Controls.Medical Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document