Ajax Uploader Class Reference

UploaderBase.ShowProgressBar Property

Gets or sets a value indicating whether the progress bar is displayed. The UploadModule must be installed to use this feature.

[Visual Basic]
Public Property ShowProgressBar As Boolean
[C#]
public bool ShowProgressBar {get; set;}

Property Value

true if [show progress]; otherwise, false.

See Also

UploaderBase Class | CuteWebUI Namespace