LEADTOOLS Medical (Leadtools.Medical3D assembly)
LEAD Technologies, Inc

HandleMouseUp Method






The control where the objects are rendered.
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.
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
public void HandleMouseUp( 
   Control control,
   MouseEventArgs args,
   int objectIndex
)
'Declaration
 
Public Sub HandleMouseUp( _
   ByVal control As Control, _
   ByVal args As MouseEventArgs, _
   ByVal objectIndex As Integer _
) 
'Usage
 
Dim instance As Medical3DContainer
Dim control As Control
Dim args As MouseEventArgs
Dim objectIndex As Integer
 
instance.HandleMouseUp(control, args, objectIndex)
public void HandleMouseUp( 
   Control control,
   MouseEventArgs args,
   int objectIndex
)
 function Leadtools.Medical3D.Medical3DContainer.HandleMouseUp( 
   control ,
   args ,
   objectIndex 
)
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.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Medical3DContainer Class
Medical3DContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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