Click or drag to resize

KryptonDockingManagerSwitchDockedCellToAutoHiddenGroupRequest Method

Perform a switch from docked cell to auto hidden group for the visible pages inside the cell.

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 SwitchDockedCellToAutoHiddenGroupRequest(
	string uniqueName
)

Parameters

uniqueName  String
Unique name of page inside docked cell that needs switching.

Return Value

KryptonDockingAutoHiddenGroup
KryptonDockingAutoHiddenGroup reference on success; otherwise null.
See Also