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

Show file Open project: 2014-sed-team3/term-project

Private Properties

Property Type Description
GetDrawText string
IncreaseValue void
InitializeComponent void
SetNewSize void
timerAnimation_Tick void

Public Methods

Method Description
ProgressIndicator ( ) : System

Default constructor for the ProgressIndicator.

Start ( ) : void

Starts the animation.

Stop ( ) : void

Stops the animation.

Protected Methods

Method 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

Method 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 method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
return void

ProgressIndicator() public method

Default constructor for the ProgressIndicator.
public ProgressIndicator ( ) : System
return System

Start() public method

Starts the animation.
public Start ( ) : void
return void

Stop() public method

Stops the animation.
public Stop ( ) : void
return void