KryptonDockingManagerAddDockspace Method |
Add set of pages docked against a specified edge of the specified control.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual KryptonDockingDockspace AddDockspace(
string path,
DockingEdge edge,
KryptonPage[] pages,
params KryptonPage[][] stackPages
)
Parameters
- path String
- Path for finding the target KryptonDockingControl.
- edge DockingEdge
- Target edge within the KryptonDockingControl.
- pages KryptonPage
- Array of pages to be added as docked.
- stackPages KryptonPage
- Extra arrays of pages to be added in a stacked manner.
Return Value
KryptonDockingDockspaceKryptonDockingDockspace reference.
See Also