Leadtools.Medical3D Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
HandleMouseUp Method
See Also 
Leadtools.Medical3D Namespace > Medical3DContainer Class : HandleMouseUp Method



control
The control where the objects are rendered.
args
The arguments that are received through the system MouseUp event.
objectIndex
Index of the object that receives the effects of handling the mouse event.
control
The control where the objects are rendered.
args
The arguments that are received through the system MouseUp event.
objectIndex
Index of the object that receives the effects of handling the mouse event.
Handles the mouse up event 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
The arguments that are received through the system MouseUp event.
objectIndex
Index of the object that receives the effects of handling the mouse event.

Remarks

This method handles the complicated mouse tasks and actions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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