KryptonDockingManagerSwitchFloatingToFloatingWindowRequest Method |
Perform a switch from floating to new floating window for the named pages.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual KryptonDockingFloatingWindow SwitchFloatingToFloatingWindowRequest(
string[] uniqueNames
)
Parameters
- uniqueNames String
- Unique name of floating pages that need switching.
Return Value
KryptonDockingFloatingWindowKryptonDockingFloatingWindow reference on success; otherwise false.
See Also