Table of Contents

Class BatteryComponent

Namespace
Whim.Bar
Assembly
Whim.Bar.dll
The bar component for the active layout widget.
public record BatteryComponent : BarComponent, IEquatable<BarComponent>, IEquatable<BatteryComponent>
Inheritance
BatteryComponent
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)

Parameters

context IContext
monitor IMonitor
window Window

Returns

UserControl