Click or drag to resize

KryptonDockingManagerSwitchDockedToFloatingWindowRequest Method

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

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

Parameters

uniqueNames  String
Unique name of pages inside a docked cell that needs switching.

Return Value

KryptonDockingFloatingWindow
KryptonDockingFloatingWindow reference on success; otherwise null.
See Also