Click or drag to resize

KryptonDockingManagerInsertAutoHiddenGroup Method

Add set of pages as a new auto hidden group to the specified edge of the specified control.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual KryptonDockingAutoHiddenGroup InsertAutoHiddenGroup(
	string path,
	DockingEdge edge,
	int index,
	KryptonPage[] pages,
	params KryptonPage[][] extraPages
)

Parameters

path  String
Path for finding the target KryptonDockingControl.
edge  DockingEdge
Target edge within the KryptonDockingControl.
index  Int32
Insert index.
pages  KryptonPage
Array of pages to be added as an auto hidden group.
extraPages  KryptonPage
Extra arrays of pages to be added as extra groups.

Return Value

KryptonDockingAutoHiddenGroup
KryptonDockingAutoHiddenGroup reference.
See Also