C# Class WaveEngine.Components.UI.ProgressBar

Progress bar decorate class
Inheritance: UIBase
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Private Properties

Свойство Type Description
ProgressBar_ValueChanged void

Méthodes publiques

Méthode Description
ProgressBar ( ) : System

Initializes a new instance of the ProgressBar class.

ProgressBar ( string name ) : System

Initializes a new instance of the ProgressBar class.

Private Methods

Méthode Description
ProgressBar_ValueChanged ( object sender, ChangedEventArgs e ) : void

Handles the ValueChanged event of the ProgressBar control.

Method Details

ProgressBar() public méthode

Initializes a new instance of the ProgressBar class.
public ProgressBar ( ) : System
Résultat System

ProgressBar() public méthode

Initializes a new instance of the ProgressBar class.
public ProgressBar ( string name ) : System
name string The name.
Résultat System