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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DockingDragManager(
	KryptonDockingManager manager,
	Control c
)

Parameters

manager
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingManager
Reference to manager creating this instance.
c
Type: System.Windows.FormsControl
Control that is starting the drag operation.
See Also