C# Класс Switcheroo.MainWindow

Наследование: System.Windows.Window
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CloseWindowCommand System.Windows.Input.RoutedUICommand
ScrollListDownCommand System.Windows.Input.RoutedUICommand
ScrollListUpCommand System.Windows.Input.RoutedUICommand
SwitchToWindowCommand System.Windows.Input.RoutedUICommand

Открытые методы

Метод Описание
MainWindow ( ) : System

Приватные методы

Метод Описание
About ( ) : void

Show About dialog.

ActivateAndFocusMainWindow ( ) : void
AltTabPressed ( object sender, Switcheroo.AltTabHookEventArgs e ) : void
AreWindowsRelated ( ManagedWinapi.Windows.SystemWindow window1, ManagedWinapi.Windows.SystemWindow window2 ) : bool
CenterWindow ( ) : void

Place the Switcheroo window in the center of the screen

CheckForUpdates ( ) : void
CloseWindow ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
DisableSystemMenu ( ) : void
FocusItemInList ( InitialFocus focus, bool foregroundWindowMovedToBottom ) : void
GetFormattedTitleFromBestResult ( IList matchResults ) : string
GetLatestVersion ( ) : Task
HideWindow ( ) : void
ListBoxItem_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
LoadData ( InitialFocus focus ) : void

Populates the window list with the current running windows.

MainWindow_OnLoaded ( object sender, RoutedEventArgs e ) : void
MainWindow_OnLostFocus ( object sender, EventArgs e ) : void
NextItem ( ) : void
OnClose ( object sender, System e ) : void
OnEnterPressed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Options ( ) : void

Show Options dialog.

PreviousItem ( ) : void
Quit ( ) : void

Quit Switcheroo

RemoveWindow ( AppWindowViewModel window ) : void
RunOnStartup ( MenuItem menuItem ) : void
ScrollListDown ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ScrollListUp ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ScrollSelectedItemIntoView ( ) : void
SetUpAltTabHook ( ) : void
SetUpHotKey ( ) : void
SetUpKeyBindings ( ) : void
SetUpNotifyIcon ( ) : void
ShowHelpTextBlock_OnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Switch ( ) : void

Switches the window associated with the selected item.

TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs args ) : void
hotkey_HotkeyPressed ( object sender, EventArgs e ) : void

Описание методов

MainWindow() публичный Метод

public MainWindow ( ) : System
Результат System

Описание свойств

CloseWindowCommand публичное статическое свойство

public static RoutedUICommand,System.Windows.Input CloseWindowCommand
Результат System.Windows.Input.RoutedUICommand

ScrollListDownCommand публичное статическое свойство

public static RoutedUICommand,System.Windows.Input ScrollListDownCommand
Результат System.Windows.Input.RoutedUICommand

ScrollListUpCommand публичное статическое свойство

public static RoutedUICommand,System.Windows.Input ScrollListUpCommand
Результат System.Windows.Input.RoutedUICommand

SwitchToWindowCommand публичное статическое свойство

public static RoutedUICommand,System.Windows.Input SwitchToWindowCommand
Результат System.Windows.Input.RoutedUICommand