| Visual Basic (Declaration) | |
|---|---|
Public Enum Medical3DMouseButtons Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum Medical3DMouseButtons : Enum | |
| C++/CLI | |
|---|---|
public enum class Medical3DMouseButtons : public Enum | |
| 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. |
These flags are primerly used with the toolkit built-in actions. For more information, refer to Medical3DAction.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DMouseButtons
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code