Click or drag to resize

KryptonDockingEdgeAutoHiddenAppendAutoHiddenGroup(String) Method

Create and add a new auto hidden group instance to the correct edge of the owning 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 KryptonDockingAutoHiddenGroup AppendAutoHiddenGroup(
	string name
)

Parameters

name  String
Initial name of the group element.

Return Value

KryptonDockingAutoHiddenGroup
Reference to docking element that handles the new auto hidden group.
See Also