C# Class TSTool.MagicBox

Inheritance: System.Windows.Forms.Form
Show file Open project: brightideainc/TSTool Class Usage Examples

Public Methods

Method Description
Execute ( ResultItem command, string>.Func additionalFunc = null ) : void
MagicBox ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &message ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Execute() public method

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

MagicBox() public method

public MagicBox ( ) : System
return System

WndProc() protected method

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