C# Class Flood.GUI.Controls.ProgressBar

Progress bar.
Inheritance: Label
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
ProgressBar ( Control parent )

Initializes a new instance of the ProgressBar class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

ProgressBar() public méthode

Initializes a new instance of the ProgressBar class.
public ProgressBar ( Control parent )
parent Control Parent control.

Render() protected méthode

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
Résultat void