KryptonDockingManagerSwitchDockedToFloatingWindowRequest Method |
Perform a switch from docked pages to 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 SwitchDockedToFloatingWindowRequest(
string[] uniqueNames
)
Parameters
- uniqueNames String
- Unique name of pages inside a docked cell that needs switching.
Return Value
KryptonDockingFloatingWindowKryptonDockingFloatingWindow reference on success; otherwise null.
See Also