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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonDockingFloatingWindow(
	string name,
	Form owner,
	KryptonDockingFloatspace floatspace
)

Parameters

name
Type: SystemString
Initial name of the element.
owner
Type: System.Windows.FormsForm
Reference to form that owns the floating windows.
floatspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingFloatspace
Reference to form that will own all the floating window.
See Also