ViewportOnMouseDown Method |
Called when a mouse button has been pressed on top of the control.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override void OnMouseDown(
MouseEventArgs e
)
Protected Overrides Sub OnMouseDown (
e As MouseEventArgs
)
Parameters
- e
- Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs containing information about this event.
See Also