Leadtools.Annotations.Core.AnnMouseButton = function() { }; Leadtools.Annotations.Core.AnnMouseButton.prototype = {
none = 0, left = 1, right = 2, middle = 3, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Value | Member | Description |
---|---|---|
0 | none | No mouse button. |
1 | left | Left mouse button. |
2 | right | Right mouse button. |
3 | middle | Middle mouse button. |