Click or drag to resize

KryptonDockingManagerAddFloatingWindow Method (String, KryptonPage, Point, Size)

Add set of pages as a new floating window.

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

Parameters

path
Type: SystemString
Path for finding the target KryptonDockingFloating.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of pages to be added as an auto hidden group.
location
Type: System.DrawingPoint
Initial screen location of the floating window.
clientSize
Type: System.DrawingSize
Initial client size of the floating window.

Return Value

Type: KryptonDockingFloatingWindow
KryptonDockingFloatingWindow reference.
See Also