C# 클래스 TSTool.MagicBox

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: brightideainc/TSTool 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ResultItem command, string>.Func additionalFunc = null ) : void
MagicBox ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &message ) : void

비공개 메소드들

메소드 설명
GoBtn_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MagicBox_Activated ( object sender, EventArgs e ) : void
MagicBox_Deactivate ( object sender, EventArgs e ) : void
MagicBox_Load ( object sender, EventArgs e ) : void
ShowWindow ( IntPtr hWnd, int nCmdShow ) : int
applyCurrentFilter ( IEnumerable searchResult ) : IEnumerable
box_KeyDown ( object sender, KeyEventArgs e ) : void
box_TextChangedDelayed ( object sender, TextChangedEventArgs e ) : void
bw_DoExecute ( object sender, DoWorkEventArgs e ) : void
bw_DoWork ( object sender, DoWorkEventArgs e ) : void
bw_DoneExecute ( object sender, RunWorkerCompletedEventArgs e ) : void
bw_DoneWork ( object sender, RunWorkerCompletedEventArgs e ) : void
currentToken ( ) : SearchToken
getStyle ( ) : Style
hideResults ( ) : void
hitResult ( object sender ) : void
insertTokenToBox ( string key, string value, SearchToken token ) : void
isTokenKey ( string key ) : bool
processTokens ( bool altFeature = false ) : void
reStyle ( ) : void
reloadTokens ( ) : void
result_Click ( object sender, EventArgs e ) : void
result_KeyDown ( object sender, KeyEventArgs e ) : void
result_KeyPress ( object sender, KeyPressEventArgs e ) : void
searchByTokens ( ) : void
showResults ( ) : 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

Execute() 공개 메소드

public Execute ( ResultItem command, string>.Func additionalFunc = null ) : void
command ResultItem
additionalFunc string>.Func
리턴 void

MagicBox() 공개 메소드

public MagicBox ( ) : System
리턴 System

WndProc() 보호된 메소드

protected WndProc ( Message &message ) : void
message System.Windows.Forms.Message
리턴 void