C# Class Tibialyzer.ProgressBarLabel

Inheritance: System.Windows.Forms.Label
Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

Свойство Type Description
backColor Color
percentage double

Méthodes publiques

Méthode Description
ProgressBarLabel ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

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

ProgressBarLabel() public méthode

public ProgressBarLabel ( ) : System
Résultat System

Property Details

backColor public_oe property

public Color backColor
Résultat Color

percentage public_oe property

public double percentage
Résultat double