Click or drag to resize

KryptonFloatingWindow Constructor

Initialize a new instance of the KryptonFloatingWindow 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 KryptonFloatingWindow(
	Form owner,
	KryptonFloatspace floatspace
)

Parameters

owner  Form
Reference to form that will own all the floating window.
floatspace  KryptonFloatspace
Reference to owning floatspace instance.
See Also