ASP Uploader Class Reference

ProgressBarType Enumeration

Specifies the style that a ProgressBar uses to indicate the progress of an operation.

[Visual?Basic]
Public?Enum?ProgressBarType
[C#]
public?enum?ProgressBarType
Members
Member Name Description
Blocks Indicates progress by increasing the number of segmented blocks in a ProgressBar.
Continuous Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar.
Requirements

Namespace: CuteWebUI

Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll)

See Also

CuteWebUI Namespace