LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MouseDown Event
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : MouseDown Event



Occurs when the mouse pointer is over the control and a mouse button is pressed.

Syntax

Visual Basic (Declaration) 
<SRCategoryAttribute("Mouse")>
<SRDescriptionAttribute("Occurs when the mouse pointer is over the component and a mouse button is pressed.")>
Public Event MouseDown As MouseEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim handler As MouseEventHandler
 
AddHandler instance.MouseDown, handler
C# 
[SRCategoryAttribute("Mouse")]
[SRDescriptionAttribute("Occurs when the mouse pointer is over the component and a mouse button is pressed.")]
public event MouseEventHandler MouseDown
C++/CLI 
[SRCategoryAttribute("Mouse")]
[SRDescriptionAttribute("Occurs when the mouse pointer is over the component and a mouse button is pressed.")]
public:
event MouseEventHandler^ MouseDown

Event Data

The event handler receives an argument of type MouseEventArgs containing data related to this event. The following MouseEventArgs properties provide information specific to this event.

PropertyDescription
Button Gets which mouse button was pressed.
Clicks Gets the number of times the mouse button was pressed and released.
Delta Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.
Location Gets the location of the mouse during the generating mouse event.
X Gets the x-coordinate of the mouse during the generating mouse event.
Y Gets the y-coordinate of the mouse during the generating mouse event.

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