In This Topic
Description
Syntax
Visual Basic |
---|
Public Event MouseUp( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Long, _
ByVal As Long _
)
|
Parameters
- Button
- Represents the mouse button pressed or released
- Shift
- State of the Ctrl, Shift and Alt keys
- x
- The mouse position, relative to the DicomViewer control.
- y
- The mouse position, relative to the DicomViewer control.
See Also