C# 클래스 QuakeConsole.Main

상속: SlidingForm
파일 보기 프로젝트 열기: Hemlock/QuakeConsole

공개 메소드들

메소드 설명
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