Click or drag to resize

ToolTipManagerMouseDown Method

Mouse button has been pressed in the view.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void MouseDown(
	ViewBase targetElement,
	Control c,
	Point pt,
	MouseButtons button
)

Parameters

targetElement
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Target element for the mouse message.
c
Type: System.Windows.FormsControl
Reference to the source control instance.
pt
Type: System.DrawingPoint
Mouse position relative to control.
button
Type: System.Windows.FormsMouseButtons
Mouse button pressed down.
See Also