KryptonDockingManagerManageWorkspace(String, KryptonDockableWorkspace) Method |
Manage docking capability for provided dockable workspace control.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonDockingWorkspace ManageWorkspace(
string name,
KryptonDockableWorkspace w
)
Parameters
- name String
- Name for new docking element.
- w KryptonDockableWorkspace
- Reference to dockable workspace.
Return Value
KryptonDockingWorkspaceKryptonDockingWorkspace instance created.
See Also