Click or drag to resize

KryptonDockingManagerSwitchAutoHiddenGroupToDockedCellRequest Method

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

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

Parameters

uniqueName
Type: SystemString
Unique name of page inside auto hidden group that needs switching.

Return Value

Type: KryptonDockingDockspace
KryptonDockingDockspace reference if a new dockspace needed to be created; otherwise false.
See Also