C# Class YamuiFramework.Controls.YamuiProgressBar

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: jcaillon/3P

Private Properties

Свойство Type Description
AutoSetIsVertical void
ChangeColorBrightness Color
Desaturate Color
DrawCenterElement void
DrawHorizProgress void
DrawMarquee void
DrawVerticalProgress void
UpdateLgBrushes void
_tmrMarquee_Tick void

Méthodes publiques

Méthode Description
YamuiProgressBar ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

OnProgressChanged() protected méthode

Raises the ProgressChanged event
protected OnProgressChanged ( ) : void
Résultat void

OnProgressCompleted() protected méthode

Raises the ProgressCompleted event
protected OnProgressCompleted ( ) : void
Résultat void

OnResize() protected méthode

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

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

YamuiProgressBar() public méthode

public YamuiProgressBar ( ) : System
Résultat System