C# Class Smrf.NodeXL.GraphDataProviders.Facebook.ProgressIndicator

Afficher le fichier Open project: 2014-sed-team3/term-project

Private Properties

Свойство Type Description
GetDrawText string
IncreaseValue void
InitializeComponent void
SetNewSize void
timerAnimation_Tick void

Méthodes publiques

Méthode Description
ProgressIndicator ( ) : System

Default constructor for the ProgressIndicator.

Start ( ) : void

Starts the animation.

Stop ( ) : void

Stops the animation.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
GetDrawText ( ) : string
IncreaseValue ( ) : void
InitializeComponent ( ) : void

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

SetNewSize ( ) : void
timerAnimation_Tick ( object sender, EventArgs e ) : void

Method Details

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

ProgressIndicator() public méthode

Default constructor for the ProgressIndicator.
public ProgressIndicator ( ) : System
Résultat System

Start() public méthode

Starts the animation.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the animation.
public Stop ( ) : void
Résultat void