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 public virtual KryptonDockingDockspace SwitchAutoHiddenGroupToDockedCellRequest(
string uniqueName
)
Parameters
- uniqueName
- Type: SystemString
Unique name of page inside auto hidden group that needs switching.
Return Value
Type:
KryptonDockingDockspaceKryptonDockingDockspace reference if a new dockspace needed to be created; otherwise false.
See Also