C# Class Tibialyzer.BrowseTab

Inheritance: System.Windows.Forms.Form, TabInterface
Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

Méthode Description
ApplyLocalization ( ) : void
BrowseTab ( ) : System
InitializeSettings ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

refreshBrowseTimer ( ) : void

Private Methods

Méthode Description
BrowseTimer_Elapsed ( object sender, System e ) : void
InitializeComponent ( ) : void

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

browseSearch_TextChanged ( object sender, EventArgs e ) : void
browseSelectionBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
refreshItems ( Control suspend, Control controls, List tibiaObjects, string sortedHeader, bool desc, EventHandler eventHandler, int maxItems = 20 ) : void
sortBrowse ( object sender, EventArgs e ) : void

Method Details

ApplyLocalization() public méthode

public ApplyLocalization ( ) : void
Résultat void

BrowseTab() public méthode

public BrowseTab ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InitializeSettings() public méthode

public InitializeSettings ( ) : void
Résultat void

refreshBrowseTimer() protected méthode

protected refreshBrowseTimer ( ) : void
Résultat void