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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual KryptonDockingFloatingWindow SwitchDockedToFloatingWindowRequest(
	string[] uniqueNames
)

Parameters

uniqueNames
Type: SystemString
Unique name of pages inside a docked cell that needs switching.

Return Value

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