Table of Contents

Class FocusedWindowWidget

Namespace
Whim.Bar
Assembly
Whim.Bar.dll
Interaction logic for FocusedWindowWidget.xaml
public class FocusedWindowWidget : UserControl, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<Control>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<UserControl>
Inheritance
FocusedWindowWidget
Implements
IWinRTObject
Inherited Members

Methods

CreateComponent(Func<IWindow, string>?)

Create the focused window widget bar component.
public static BarComponent CreateComponent(Func<IWindow, string>? getTitle = null)

Parameters

getTitle Func<IWindow, string>
The function to get the title of the window. Defaults to GetTitle(IWindow).

Returns

BarComponent

GetProcessName(IWindow)

Returns the process name of the window - e.g., SnippingTool.
public static string? GetProcessName(IWindow window)

Parameters

window IWindow

Returns

string

GetShortTitle(IWindow)

Tries to split the title of the window and return the last part.
public static string GetShortTitle(IWindow window)

Parameters

window IWindow

Returns

string

GetTitle(IWindow)

Gets the full title of the window.
public static string GetTitle(IWindow window)

Parameters

window IWindow

Returns

string

InitializeComponent()

InitializeComponent()
public void InitializeComponent()