Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ProgressBar Object

Client side representation of a ProgressBar control.

Base Object

ProgressBar derives from Control and inherits all method provided by Control.

Methods

getExtraData Gets the additional data passed to the client by UpdateProgress.
getMaximum Gets the maximum value of the range of the progress bar.
getMinimum Gets the minimum value of the range of the progress bar.
getValue Gets the current value.
setValue Sets the current value.
startTask Trigger server side RunTask event to start a server side task.
stopTask Notifying the server to stop the current task.

Direct link to this topic