Skip to content

IWindowHost

Namespace: Hex1b

Assembly: Hex1b.dll

Interface for nodes that can host floating windows. Implemented by WindowPanelNode to allow window discovery from anywhere in the tree.

csharp
public interface IWindowHost

Properties

Windows

The window manager for this host.

Returns: WindowManager

csharp
WindowManager Windows { get; }

Released under the MIT License.