KryptonDockingEdgeDockedInsertDockspace(Int32, String, Size) Method |
Create and insert a new dockspace instance to the correct edge of the owning control.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonDockingDockspace InsertDockspace(
int index,
string name,
Size size
)
Parameters
- index Int32
- Insertion index.
- name String
- Initial name of the dockspace element.
- size Size
- Initial size of the dockspace control.
Return Value
KryptonDockingDockspaceReference to docking element that handles the new dockspace.
See Also