←Select platform

MedicalViewerMouseButtons Enumeration

Summary

Specifies constants that define which mouse button was pressed.

Syntax

C#
VB
C++
public enum MedicalViewerMouseButtons 
  
Public Enum MedicalViewerMouseButtons  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerMouseButtons : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0None No mouse button.
1Left left mouse button.
2Right Right mouse button.
3Middle Middle mouse button.
4Wheel Wheel.
5Xbutton1 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.
6Xbutton2 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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly