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