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