Table of Contents

Class BarWindow

Namespace
Whim.Bar
Assembly
Whim.Bar.dll
An empty window that can be used on its own or navigated to within a Frame.
public sealed class BarWindow : Window, IWinRTObject, IDynamicInterfaceCastable, IEquatable<Window>, IDisposable
Inheritance
BarWindow
Implements
IWinRTObject
Inherited Members
Extension Methods

Constructors

BarWindow(IContext, BarConfig, IMonitor)

Creates a new bar window.
public BarWindow(IContext context, BarConfig barConfig, IMonitor monitor)

Parameters

context IContext
barConfig BarConfig
monitor IMonitor

Exceptions

BarException

Properties

WindowState

The current window state.
public IWindowState WindowState { get; }

Property Value

IWindowState

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()

InitializeComponent()

InitializeComponent()
public void InitializeComponent()