C# 클래스 FlatRedBall.Glue.Navigation.SearchBarHelper

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Initialize ( TextBox textBox, string text = "Search... (CTRL + F)" ) : void
SearchBarTextChange ( ) : void
SearchListBoxIndexChanged ( ) : void

비공개 메소드들

메소드 설명
DetermineWhatIsShown ( string text, bool &showScreens, bool &showEntities, bool &showObjects, bool &showFiles, bool &showStates, bool &showVariables, bool &showEvents, bool &showCategories ) : string
FillSearchBoxWithOptions ( string text ) : void
FillSearchListBoxWithMatchingNos ( string text, List namedObjectList, List toAdd ) : void
SendMessage ( IntPtr hWnd, int msg, int wParam, [ lParam ) : Int32
SetCueText ( Control control, string text ) : void
TextBoxKeyDown ( System e ) : void
TextBoxLeave ( TextBox textBox ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( TextBox textBox, string text = "Search... (CTRL + F)" ) : void
textBox System.Windows.Forms.TextBox
text string
리턴 void

SearchBarTextChange() 공개 정적인 메소드

public static SearchBarTextChange ( ) : void
리턴 void

SearchListBoxIndexChanged() 공개 정적인 메소드

public static SearchListBoxIndexChanged ( ) : void
리턴 void