Click or drag to resize

KryptonDockingManagerManageControl Method (String, Control, KryptonDockingWorkspace)

Manage auto hidden/docked capabilities for provided control.

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 KryptonDockingControl ManageControl(
	string name,
	Control c,
	KryptonDockingWorkspace workspace
)

Parameters

name
Type: SystemString
Name for new docking element.
c
Type: System.Windows.FormsControl
Reference to control instance.
workspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingWorkspace
Reference to docking workspace that is inside the control.

Return Value

Type: KryptonDockingControl
KryptonDockingControl instance created.
See Also