KryptonDockingManagerSwitchFloatingToDockedRequest Method |
Perform a switch from floating to docked 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 KryptonDockingDockspace SwitchFloatingToDockedRequest(
string[] uniqueNames
)
Parameters
- uniqueNames String
- Unique name of floating pages that need switching.
Return Value
KryptonDockingDockspaceKryptonDockingDockspace reference if a new dockspace needed to be created; otherwise false.
See Also