C# Class TCL.Net.UI.Configuration.SearchableConfiguration

Show file Open project: adrianoc/binboo

Public Methods

Method Description
AddPages ( ) : void
SearchableConfiguration ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddChildControls ( TreeNode root, Control controls, string tbf ) : bool
DumpInfo ( string focusing ) : void
EnsureFocused ( Control selected ) : void
EnsureFocused ( TreeNode node ) : void
InitializeComponent ( ) : void

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

IsGroupingControl ( Control ctrl ) : bool
IsMatch ( string text, string tbf ) : bool
LabelFor ( Control ctrl ) : string
TryAddControl ( TreeNode root, Control ctrl, string tbf ) : bool
timer1_Tick ( object sender, EventArgs e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void
tvControls_KeyUp ( object sender, KeyEventArgs e ) : void
tvControls_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
txtToBeFound_TextChanged ( object sender, EventArgs e ) : void

Method Details

AddPages() public method

public AddPages ( ) : void
return void

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

SearchableConfiguration() public method

public SearchableConfiguration ( ) : System
return System