Click or drag to resize

ViewBaseMouseDown 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 virtual bool MouseDown(
	Point pt,
	MouseButtons button
)

Parameters

pt
Type: System.DrawingPoint
Mouse position relative to control.
button
Type: System.Windows.FormsMouseButtons
Mouse button pressed down.

Return Value

Type: Boolean
True if capturing input; otherwise false.
See Also