Click or drag to resize

KryptonDockingManagerAddFloatingWindow(String, KryptonPage, Point) Method

Add set of pages as a new floating window.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual KryptonDockingFloatingWindow AddFloatingWindow(
	string path,
	KryptonPage[] pages,
	Point location
)

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.

Return Value

KryptonDockingFloatingWindow
KryptonDockingFloatingWindow reference.
See Also