C# Class Ext.Net.ProgressBar

Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
ProgressBar System.ComponentModel
Reset void
Reset void
SyncProgressBar void
UpdateProgress void
UpdateProgress void
UpdateText void
UpdateText void
Wait void
Wait void

Méthodes publiques

Méthode Description
ProgressBar ( Config config ) : System

Private Methods

Méthode Description
ProgressBar ( ) : System.ComponentModel
Reset ( ) : void
Reset ( bool hide ) : void
SyncProgressBar ( ) : void
UpdateProgress ( float value ) : void
UpdateProgress ( float value, string text ) : void
UpdateText ( ) : void
UpdateText ( string text ) : void
Wait ( ) : void
Wait ( WaitConfig config ) : void

Method Details

ProgressBar() public méthode

public ProgressBar ( Config config ) : System
config Config
Résultat System