Click or drag to resize

KryptonDockingManagerManageWorkspace Method (String, KryptonDockableWorkspace)

Manage docking capability for provided dockable workspace 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 KryptonDockingWorkspace ManageWorkspace(
	string name,
	KryptonDockableWorkspace w
)

Parameters

name
Type: SystemString
Name for new docking element.
w
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockableWorkspace
Reference to dockable workspace.

Return Value

Type: KryptonDockingWorkspace
KryptonDockingWorkspace instance created.
See Also