Click or drag to resize

KryptonDockingManagerManageWorkspace Method (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(
	KryptonDockableWorkspace w
)

Parameters

w
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockableWorkspace
Reference to dockable workspace.

Return Value

Type: KryptonDockingWorkspace
KryptonDockingWorkspace instance created.
See Also