Click or drag to resize

KryptonDockingWorkspace(String, String, KryptonDockableWorkspace) Constructor

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

Parameters

name  String
Initial name of the element.
storeName  String
Name to use for storage pages.
workspace  KryptonDockableWorkspace
Reference to workspace to manage.
See Also