C# 클래스 TCL.Net.UI.Configuration.SearchableConfiguration

파일 보기 프로젝트 열기: adrianoc/binboo

공개 메소드들

메소드 설명
AddPages ( ) : void
SearchableConfiguration ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

AddPages() 공개 메소드

public AddPages ( ) : void
리턴 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

SearchableConfiguration() 공개 메소드

public SearchableConfiguration ( ) : System
리턴 System