LEADTOOLS Medical (Leadtools.Medical3D assembly)

HandleMouseUp Method

Show in webframe





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
) 

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

See Also

Reference

Medical3DContainer Class
Medical3DContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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