C# Class Forex_Strategy_Builder.Starting_Tips

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
Starting_Tips ( ) : System

Public Constructor

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

On Load

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

On Resize

Private Methods

Méthode Description
Browser_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void

The Document is ready

ChboxShow_CheckStateChanged ( object sender, EventArgs e ) : void

Change starting options

LoadStartingTips ( ) : void

Load tips config file

Navigate ( object sender, EventArgs e ) : void

Navigate

ShowTip ( bool bNextTip ) : void

Show random tip

Method Details

OnLoad() protected méthode

On Load
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

On Resize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Starting_Tips() public méthode

Public Constructor
public Starting_Tips ( ) : System
Résultat System