Class ActiveLayoutComponent
The bar component for the active layout widget.
public record ActiveLayoutComponent : BarComponent, IEquatable<BarComponent>, IEquatable<ActiveLayoutComponent>
- Inheritance
-
ActiveLayoutComponent
- Implements
- Inherited Members
Methods
CreateWidget(IContext, IMonitor, Window)
Delegate for creating a component.
A component will subscribe to Closed if it has resources to dispose.
public override UserControl CreateWidget(IContext context, IMonitor monitor, Window window)