C# Класс QuakeConsole.Main

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

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

Метод Описание
Main ( ) : System
RefocusLastFocusedTerminal ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

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

Метод Описание
CloseTerminal ( ) : void
CreateNewTerminal ( ) : QuakeTerminal
EnableOrDisableTerminalHotKeys ( bool enable ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnShown ( object sender, EventArgs e ) : void
OnTerminalBlurred ( object sender, EventArgs e ) : void
OnTerminalFocused ( object sender, EventArgs e ) : void
OnVisibleChange ( object sender, EventArgs e ) : void
SplitTerminal ( Orientation orientation ) : void
SplitTerminalHorizontally ( ) : void
SplitTerminalVertically ( ) : void
TerminalRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
Toggle ( ) : void

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

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

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

public RefocusLastFocusedTerminal ( ) : void
Результат void

WndProc() защищенный Метод

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void