LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
HandleMouseUp Method
See Also 
Leadtools.Medical3D Namespace > Medical3DContainer Class : HandleMouseUp Method



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
index of the object that will receive the effects of handling the mouse event through this method.
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
index of the object that will receive the effects of handling the mouse event through this method.
Handles the mouse up event that occurs on the control.

Syntax

Visual Basic (Declaration) 
Public Sub HandleMouseUp( _
   ByVal control As Control, _
   ByVal args As MouseEventArgs, _
   ByVal objectIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As Medical3DContainer
Dim control As Control
Dim args As MouseEventArgs
Dim objectIndex As Integer
 
instance.HandleMouseUp(control, args, objectIndex)
C# 
public void HandleMouseUp( 
   Control control,
   MouseEventArgs args,
   int objectIndex
)
C++/CLI 
public:
void HandleMouseUp( 
   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
index of the object that will receive the effects of handling the mouse event through this method.

Example

For an example refer to HandleMouseDown.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features