| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9 	
                       		
			       | 
             
| Leadtools.Multimedia Namespace > MouseDownEventArgs Class : MouseDownEventArgs Constructor | 
| Value | Meaning | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SHIFT key . | ||||||||||
| 2 | CTRL key. | 4 | ALT key. | 3 | CTRL/SHIFT key. | 5 | ALT/SHIFT key. | 6 | CTRL/ALT key. | 7 | CTRL/ALT/SHIFT key. | 
'Declaration
 
Public Function New( _ ByVal button As Short, _ ByVal shift As Short, _ ByVal x As Single, _ ByVal y As Single _ )
'Usage
 
Dim button As Short Dim shift As Short Dim x As Single Dim y As Single Dim instance As New MouseDownEventArgs(button, shift, x, y)
| Value | Meaning | 
|---|---|
| 1 | Left button. | 
| 2 | Right button. | 
| Value | Meaning | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SHIFT key . | ||||||||||
| 2 | CTRL key. | 4 | ALT key. | 3 | CTRL/SHIFT key. | 5 | ALT/SHIFT key. | 6 | CTRL/ALT key. | 7 | CTRL/ALT/SHIFT key. |