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 |
---|---|
|
C# | |
---|---|
public MedicalViewerKeys( Keys mouseUp, Keys mouseDown, Keys mouseLeft, Keys mouseRight, MedicalViewerModifiers modifiers ) |
Managed Extensions for 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 Keys enumeration value that emulates the mouse being dragged up.
- mouseDown
- A Keys enumeration value that emulates the mouse being dragged down.
- mouseLeft
- A Keys enumeration value that emulates the mouse being dragged left.
- mouseRight
- A 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.
For an example, refer to MedicalViewer
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family