| Leadtools.Annotations.Core Namespace : AnnMouseButton Enumeration |
public enum AnnMouseButton : System.Enum
Public Enum AnnMouseButton Inherits System.Enum
public enum AnnMouseButton : System.Enum
typedef enum LTAnnMouseButtons
Leadtools.Annotations.Core.AnnMouseButton = function() { };
Leadtools.Annotations.Core.AnnMouseButton.prototype = {
None = 0x00000000,
Left = 0x00000001,
Right = 0x00000002,
Middle = 0x00000003,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None |
(0)No mouse button. ![]() ![]() ![]() |
| 0x00000001 | Left |
(1)Left mouse button. ![]() ![]() ![]() |
| 0x00000002 | Right |
(2)Right mouse button. ![]() ![]() ![]() |
| 0x00000003 | Middle |
(3)Middle mouse button. ![]() ![]() ![]() |