C# Class YamuiFramework.Controls.YamuiProgressBar

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: jcaillon/3P

Private Properties

Property Type Description
AutoSetIsVertical void
ChangeColorBrightness Color
Desaturate Color
DrawCenterElement void
DrawHorizProgress void
DrawMarquee void
DrawVerticalProgress void
UpdateLgBrushes void
_tmrMarquee_Tick void

Public Methods

Method Description
YamuiProgressBar ( ) : System

Protected Methods

Method Description
OnEnabledChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnProgressChanged ( ) : void

Raises the ProgressChanged event

OnProgressCompleted ( ) : void

Raises the ProgressCompleted event

OnResize ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
AutoSetIsVertical ( ) : void
ChangeColorBrightness ( Color color, int factor ) : Color
Desaturate ( Color color ) : Color
DrawCenterElement ( ) : void
DrawHorizProgress ( ) : void
DrawMarquee ( ) : void
DrawVerticalProgress ( ) : void
UpdateLgBrushes ( ) : void
_tmrMarquee_Tick ( object sender, EventArgs e ) : void

Method Details

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
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

OnProgressChanged() protected method

Raises the ProgressChanged event
protected OnProgressChanged ( ) : void
return void

OnProgressCompleted() protected method

Raises the ProgressCompleted event
protected OnProgressCompleted ( ) : void
return void

OnResize() protected method

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

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

YamuiProgressBar() public method

public YamuiProgressBar ( ) : System
return System