PopupEntryExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for fluent configuration.
csharp
public static class PopupEntryExtensionsInheritance
Object → PopupEntryExtensions
Methods
AsBarrier(PopupEntry)
Marks this popup as a barrier that stops cascade dismissal.
Parameters:
entry(PopupEntry): The popup entry to mark as a barrier.
Returns: PopupStack
The popup stack for method chaining.
csharp
public static PopupStack AsBarrier(this PopupEntry entry)