Leadtools.Controls.MouseButton = function() { };
Leadtools.Controls.MouseButton.prototype = {
	none = 0x00000000,
	left = 0x00000001,
	right = 0x00000002,
	middle = 0x00000003,
	xButton1 = 0x00000004,
	xButton2 = 0x00000005,
	
 };
            | 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.  | 
| 0x00000004 | xButton1 | 
 (4)X 1 mouse button.  | 
| 0x00000005 | xButton2 | 
 (5)X 2 mouse button.  |