Click or drag to resize

DockingDragManager Constructor

Initialize a new instance of the DockingDragManager class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DockingDragManager(
	KryptonDockingManager manager,
	Control c
)

Parameters

manager  KryptonDockingManager
Reference to manager creating this instance.
c  Control
Control that is starting the drag operation.
See Also