Click or drag to resize

KryptonDockingSpaceCellInsert Method (KryptonWorkspaceCell, Int32, KryptonPage)

Add a KryptonPage array into an existing cell starting at the provided index.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void CellInsert(
	KryptonWorkspaceCell cell,
	int index,
	KryptonPage page
)

Parameters

cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference to existing workspace cell.
index
Type: SystemInt32
Index for inserting new pages.
page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
KryptonPage instance to be added.
See Also