Click or drag to resize

KryptonDockingEdgeDocked Constructor

Initialize a new instance of the KryptonDockingEdgeDocked 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 KryptonDockingEdgeDocked(
	string name,
	Control control,
	DockingEdge edge
)

Parameters

name  String
Initial name of the element.
control  Control
Reference to control that is being managed.
edge  DockingEdge
Docking edge being managed.
See Also