←Select platform

HandleMouseMove Method

Summary

Handles the mouse move event that occurs on the control.

Syntax

C#
VB
C++
public void HandleMouseMove( 
   Control control, 
   MouseEventArgs args, 
   int objectIndex 
) 
  
Public Sub HandleMouseMove( _ 
   ByVal control As Control, _ 
   ByVal args As MouseEventArgs, _ 
   ByVal objectIndex As Integer _ 
)  
public: 
void HandleMouseMove(  
   Control^ control, 
   MouseEventArgs^ args, 
   int objectIndex 
)  

Parameters

control
The control where the objects are rendered.

args
System.Windows.Forms.MouseEventArgs that represents the arguments that are received through one of the mouse events. You must pass the mouse event arguments that were received from the various mouse events, such as MouseDown, MouseUp, MouseMove, etc.

objectIndex
The index of the object that will receive the effects of handling the mouse event through this method.

Remarks

This method will automatically handle complicated mouse tasks and will perform the preset actions.

Example

For an example refer to HandleMouseDown.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly