Class BarComponent
A component to display in the bar.
public abstract record BarComponent : IEquatable<BarComponent>
- Inheritance
-
BarComponent
- Implements
- Derived
- 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 abstract UserControl CreateWidget(IContext context, IMonitor monitor, Window window)