KryptonDockingWorkspace(String, String, KryptonDockableWorkspace) Constructor |
Initialize a new instance of the KryptonDockingWorkspace class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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