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 public virtual KryptonDockingFloatingWindow SwitchDockedToFloatingWindowRequest(
string[] uniqueNames
)
Parameters
- uniqueNames
- Type: SystemString
Unique name of pages inside a docked cell that needs switching.
Return Value
Type:
KryptonDockingFloatingWindowKryptonDockingFloatingWindow reference on success; otherwise null.
See Also