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 IPopupHostProperties
Popups
The popup stack for this host.
Returns: PopupStack
csharp
PopupStack Popups { get; }