KryptonDockingManagerAddFloatingWindow(String, KryptonPage, Point, Size) Method |
Add set of pages as a new floating window.
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 AddFloatingWindow(
string path,
KryptonPage[] pages,
Point location,
Size clientSize
)
Parameters
- path String
- Path for finding the target KryptonDockingFloating.
- pages KryptonPage
- Array of pages to be added as an auto hidden group.
- location Point
- Initial screen location of the floating window.
- clientSize Size
- Initial client size of the floating window.
Return Value
KryptonDockingFloatingWindowKryptonDockingFloatingWindow reference.
See Also