C# Class Tibialyzer.HelpTab

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

Méthodes publiques

Méthode Description
ApplyLocalization ( ) : void
HelpTab ( ) : System
InitializeSettings ( ) : void
LoadHelpTab ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

refreshHelpTimer ( ) : void

Private Methods

Méthode Description
ControlMouseEnter ( object sender, EventArgs e ) : void
ControlMouseLeave ( object sender, EventArgs e ) : void
HelpTimer_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.

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

Method Details

ApplyLocalization() public méthode

public ApplyLocalization ( ) : void
Résultat void

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

HelpTab() public méthode

public HelpTab ( ) : System
Résultat System

InitializeSettings() public méthode

public InitializeSettings ( ) : void
Résultat void

LoadHelpTab() public méthode

public LoadHelpTab ( ) : void
Résultat void

refreshHelpTimer() protected méthode

protected refreshHelpTimer ( ) : void
Résultat void