C# Class FlatRedBall.Glue.Navigation.SearchBarHelper

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Initialize ( TextBox textBox, string text = "Search... (CTRL + F)" ) : void
SearchBarTextChange ( ) : void
SearchListBoxIndexChanged ( ) : void

Private Methods

Méthode Description
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

Method Details

Initialize() public static méthode

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

SearchBarTextChange() public static méthode

public static SearchBarTextChange ( ) : void
Résultat void

SearchListBoxIndexChanged() public static méthode

public static SearchListBoxIndexChanged ( ) : void
Résultat void