Click or drag to resize

KryptonDockingControl(String, Control, KryptonDockingWorkspace) Constructor

Initialize a new instance of the KryptonDockingControl 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 KryptonDockingControl(
	string name,
	Control control,
	KryptonDockingWorkspace workspace
)

Parameters

name  String
Initial name of the element.
control  Control
Reference to control derived instance.
workspace  KryptonDockingWorkspace
Inner space occupied by a KryptonDockingNavigator.
See Also