C# Class MetroFramework.Controls.MetroProgressSpinner

Inheritance: System.Windows.Forms.Control, IMetroControl
Mostra file Open project: AshishKilmist/MetroFramework Class Usage Examples

Private Properties

Property Type Description
timer_Tick void

Public Methods

Method Description
MetroProgressSpinner ( ) : System
Reset ( ) : void

Protected Methods

Method Description
OnCustomPaint ( MetroPaintEventArgs e ) : void
OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void

Private Methods

Method Description
timer_Tick ( object sender, EventArgs e ) : void

Method Details

MetroProgressSpinner() public method

public MetroProgressSpinner ( ) : System
return System

OnCustomPaint() protected method

protected OnCustomPaint ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
return void

OnCustomPaintBackground() protected method

protected OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
return void

OnCustomPaintForeground() protected method

protected OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
return void

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnPaintForeground() protected method

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

Reset() public method

public Reset ( ) : void
return void