LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerKeys Constructor(Keys,Keys,Keys,Keys,MedicalViewerModifiers)
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerKeys Class > MedicalViewerKeys Constructor : MedicalViewerKeys Constructor(Keys,Keys,Keys,Keys,MedicalViewerModifiers)



mouseUp
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged up.
mouseDown
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged down.
mouseLeft
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged left.
mouseRight
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged right.
modifiers
A MedicalViewerModifiers enumeration value that indicates which modifier key needs to be pressed when pressing one of the emulator keys.

The MedicalViewerKeys Constructor(Keys,Keys,Keys,Keys,MedicalViewerModifiers) is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Initializes a new instance of the MedicalViewerKeys class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal mouseUp As Keys, _
   ByVal mouseDown As Keys, _
   ByVal mouseLeft As Keys, _
   ByVal mouseRight As Keys, _
   ByVal modifiers As MedicalViewerModifiers _
)
Visual Basic (Usage)Copy Code
Dim mouseUp As Keys
Dim mouseDown As Keys
Dim mouseLeft As Keys
Dim mouseRight As Keys
Dim modifiers As MedicalViewerModifiers
 
Dim instance As New MedicalViewerKeys(mouseUp, mouseDown, mouseLeft, mouseRight, modifiers)
C# 
public MedicalViewerKeys( 
   Keys mouseUp,
   Keys mouseDown,
   Keys mouseLeft,
   Keys mouseRight,
   MedicalViewerModifiers modifiers
)
C++/CLI 
public:
MedicalViewerKeys( 
   Keys mouseUp,
   Keys mouseDown,
   Keys mouseLeft,
   Keys mouseRight,
   MedicalViewerModifiers modifiers
)

Parameters

mouseUp
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged up.
mouseDown
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged down.
mouseLeft
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged left.
mouseRight
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged right.
modifiers
A MedicalViewerModifiers enumeration value that indicates which modifier key needs to be pressed when pressing one of the emulator keys.

Example

For an example, refer to MedicalViewer

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.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features