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

Parameters

mousePt  Point
Mouse point at time of event.
offset  Point
Offset compared to target.
c  Control
Control that is source of drag start.
See Also