Click or drag to resize

KryptonDockingEdge Constructor

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

Parameters

name
Type: SystemString
Initial name of the element.
control
Type: System.Windows.FormsControl
Reference to control that is being managed.
edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
Docking edge being managed.
See Also