Skip to content

IPopupHost

Namespace: Hex1b

Assembly: Hex1b.dll

Interface for nodes that can host popup content. Implemented by ZStackNode to allow popup discovery from anywhere in the tree.

csharp
public interface IPopupHost

Properties

Popups

The popup stack for this host.

Returns: PopupStack

csharp
PopupStack Popups { get; }

Released under the MIT License.