C# Class ME3Explorer.KFreonSearchForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode Description
KFreonSearchForm ( Form callingForm ) : KFreonLib.Textures
LoadSearch ( ) : void
Reset ( ) : void
SearchAllv5 ( string searchString, ListBox box, string searchType ) : void

Private Methods

Méthode Description
FocusFirst ( ) : void
Form_Closing ( object sender, FormClosingEventArgs e ) : void
InputBox_Enter ( object sender, EventArgs e ) : void
InputBox_Leave ( object sender, EventArgs e ) : void
InputBox_TextChanged ( object sender, EventArgs e ) : void
Search_HandleCreated ( object sender, EventArgs e ) : void
Search_Load ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

KFreonSearchForm() public méthode

public KFreonSearchForm ( Form callingForm ) : KFreonLib.Textures
callingForm System.Windows.Forms.Form
Résultat KFreonLib.Textures

LoadSearch() public méthode

public LoadSearch ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SearchAllv5() public méthode

public SearchAllv5 ( string searchString, ListBox box, string searchType ) : void
searchString string
box System.Windows.Forms.ListBox
searchType string
Résultat void