Click or drag to resize

KryptonDockingManagerSwitchFloatingToFloatingWindowRequest Method

Perform a switch from floating to new 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 SwitchFloatingToFloatingWindowRequest(
	string[] uniqueNames
)

Parameters

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

Return Value

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