LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

MouseMoveEventArgs Constructor (MouseMoveEventArgs)

Show in webframe



Value that identifies any buttons that were pressed when the user moved the mouse. The following are possible values:
Value Meaning
1 Left button.
2 Right button.
Value that indicates which of the SHIFT, CTRL, and ALT keys are down when the user moved the mouse. The following are possible values:
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.
The X coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
The Y coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
The MouseMoveEventArgs object is the event arguments object for the MouseMoveEventHandler. For more information, see MouseMoveEventHandler
Syntax
'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 MouseMoveEventArgs(button, shift, x, y)
public MouseMoveEventArgs( 
   short button,
   short shift,
   float x,
   float y
)
public:
MouseMoveEventArgs( 
   short button,
   short shift,
   float x,
   float y
)

Parameters

button
Value that identifies any buttons that were pressed when the user moved the mouse. The following are possible values:
Value Meaning
1 Left button.
2 Right button.
shift
Value that indicates which of the SHIFT, CTRL, and ALT keys are down when the user moved the mouse. The following are possible values:
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.
x
The X coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
y
The Y coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
Requirements

Target Platforms

See Also

Reference

MouseMoveEventArgs Class
MouseMoveEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features