KryptonFloatingWindow Constructor |
Initialize a new instance of the KryptonFloatingWindow class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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