Click or drag to resize

KryptonDockingManagerSwitchFloatingToDockedRequest Method

Perform a switch from floating to docked for the named pages.

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 SwitchFloatingToDockedRequest(
	string[] uniqueNames
)

Parameters

uniqueNames
Type: SystemString
Unique name of floating pages that need switching.

Return Value

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