C# Class Flood.GUI.Controls.ProgressBar

Progress bar.
Inheritance: Label
Mostra file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
ProgressBar ( Control parent )

Initializes a new instance of the ProgressBar class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

ProgressBar() public method

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

Render() protected method

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