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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual KryptonDockingAutoHiddenGroup SwitchDockedCellToAutoHiddenGroupRequest(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of page inside docked cell that needs switching.

Return Value

Type: KryptonDockingAutoHiddenGroup
KryptonDockingAutoHiddenGroup reference on success; otherwise null.
See Also