Click or drag to resize

DockingDragManagerDragStart Method

Occurs when dragging starts.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override bool DragStart(
	Point screenPt,
	PageDragEndData dragEndData
)

Parameters

screenPt
Type: System.DrawingPoint
Mouse screen point at start of drag.
dragEndData
Type: Internal.ComponentFactory.Krypton.NavigatorPageDragEndData
Data to be dropped at destination.

Return Value

Type: Boolean
True if dragging waas started; otherwise false.
See Also