Click or drag to resize

ButtonControllerOnDragStart Method

Raises the DragStart event.

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#
protected virtual void OnDragStart(
	Point mousePt,
	Point offset,
	Control c
)

Parameters

mousePt
Type: System.DrawingPoint
Mouse point at time of event.
offset
Type: System.DrawingPoint
Offset compared to target.
c
Type: System.Windows.FormsControl
Control that is source of drag start.
See Also