Méthode | Description | |
---|---|---|
ProgressMeter ( object owner, object minimumValue, object maximumValue, object currentValue, string units ) : System | ||
SetState ( int currentValue, string state ) : void | ||
ToString ( ) : string |
public ProgressMeter ( object owner, object minimumValue, object maximumValue, object currentValue, string units ) : System | ||
owner | object | |
minimumValue | object | |
maximumValue | object | |
currentValue | object | |
units | string | |
Résultat | System |
public SetState ( int currentValue, string state ) : void | ||
currentValue | int | |
state | string | |
Résultat | void |