C#
VB
C++
Specifies constants that define which mouse button was pressed.
public enum MedicalViewerMouseButtons Public Enum MedicalViewerMouseButtonsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerMouseButtons : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0 | None | No mouse button. |
| 1 | Left | left mouse button. |
| 2 | Right | Right mouse button. |
| 3 | Middle | Middle mouse button. |
| 4 | Wheel | Wheel. |
| 5 | Xbutton1 | The first XButton. With Windows 2000, Microsoft is introducing support for the Microsoft IntelliMouse Explorer, which is a mouse with five buttons. The two new mouse buttons (XBUTTON1 and XBUTTON2) provide backward/forward navigation. |
| 6 | Xbutton2 | The second XButton. With Windows 2000, Microsoft is introducing support for the Microsoft IntelliMouse Explorer, which is a mouse with five buttons. The two new mouse buttons (XBUTTON1 and XBUTTON2) provide backward/forward navigation. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
