Click or drag to resize

KryptonDockingWorkspace Constructor (String, String, KryptonDockableWorkspace)

Initialize a new instance of the KryptonDockingWorkspace class.

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(
	string name,
	string storeName,
	KryptonDockableWorkspace workspace
)

Parameters

name
Type: SystemString
Initial name of the element.
storeName
Type: SystemString
Name to use for storage pages.
workspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockableWorkspace
Reference to workspace to manage.
See Also