Class BarWindow
An empty window that can be used on its own or navigated to within a Frame.
[WinRTRuntimeClassName("Windows.Foundation.IClosable")]
[WinRTExposedType(typeof(Whim_Bar_BarWindowWinRTTypeDetails))]
public sealed class BarWindow : Window, IWinRTObject, IUnmanagedVirtualMethodTableProvider, 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
Exceptions
Properties
WindowState
The current window state.
public IWindowState WindowState { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
InitializeComponent()
InitializeComponent()
public void InitializeComponent()