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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonFloatingWindow(
	Form owner,
	KryptonFloatspace floatspace
)

Parameters

owner
Type: System.Windows.FormsForm
Reference to form that will own all the floating window.
floatspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonFloatspace
Reference to owning floatspace instance.
See Also