The MedicalViewerMouseButtons Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies constants that define which mouse button was pressed.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerMouseButtons Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerMouseButtons | |
| C# | |
|---|---|
public enum MedicalViewerMouseButtons : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerMouseButtons : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Left | left mouse button. |
| Middle | Middle mouse button. |
| None | No mouse button. |
| Right | Right mouse button. |
| Wheel | Wheel. |
| 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. |
| 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. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerMouseButtons
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code