Click or drag to resize

KryptonDockingManagerAddAutoHiddenGroup 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual KryptonDockingAutoHiddenGroup AddAutoHiddenGroup(
	string path,
	DockingEdge edge,
	KryptonPage[] pages,
	params KryptonPage[][] extraPages
)

Parameters

path
Type: SystemString
Path for finding the target KryptonDockingControl.
edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
Target edge within the KryptonDockingControl.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of pages to be added as an auto hidden group.
extraPages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Extra arrays of pages to be added as extra groups.

Return Value

Type: KryptonDockingAutoHiddenGroup
KryptonDockingAutoHiddenGroup reference.
See Also