| Leadtools.MedicalViewer Namespace : MedicalViewerMouseButtons Enumeration | 
public enum MedicalViewerMouseButtons : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MedicalViewerMouseButtons Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerMouseButtons
public enum class MedicalViewerMouseButtons : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | None | No mouse button. | 
| 0x00000001 | Left | left mouse button. | 
| 0x00000002 | Right | Right mouse button. | 
| 0x00000003 | Middle | Middle mouse button. | 
| 0x00000004 | Wheel | Wheel. | 
| 0x00000005 | 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. | 
| 0x00000006 | 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