Click or drag to resize

DragViewControllerOnDragStart Method

Raises the DragStart event.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
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 of mouse compared to element.
c
Type: System.Windows.FormsControl
Control that starts the drag operation.
See Also