Click or drag to resize

KryptonDockingFloatingWindow Constructor

Initialize a new instance of the KryptonDockingFloatingWindow class.

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 KryptonDockingFloatingWindow(
	string name,
	Form owner,
	KryptonDockingFloatspace floatspace
)

Parameters

name  String
Initial name of the element.
owner  Form
Reference to form that owns the floating windows.
floatspace  KryptonDockingFloatspace
Reference to form that will own all the floating window.
See Also