Table of Contents

Class BarComponent

Namespace
Whim.Bar
Assembly
Whim.Bar.dll
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)

Parameters

context IContext
monitor IMonitor
window Window

Returns

UserControl