C# Class Ext.Net.ProgressBar

Show file Open project: pgodwin/Ext.net

Private Properties

Property Type Description
ProgressBar System.ComponentModel
Reset void
Reset void
SyncProgressBar void
UpdateProgress void
UpdateProgress void
UpdateText void
UpdateText void
Wait void
Wait void

Public Methods

Method Description
ProgressBar ( Config config ) : System

Private Methods

Method 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 method

public ProgressBar ( Config config ) : System
config Config
return System