ProgressElementType Enumeration
An enumeration of the possible progress elements that can be displayed in the ProgressElement control.
Declaration SyntaxC#public enum ProgressElementType Visual BasicPublic Enumeration ProgressElementType Members| Member | Description |
|---|
| CurrentFileName |
The file name of the file currently being uploaded.
| | CurrentFileIndex |
The one-based index of the file being uploaded.
| | FileCount |
Count of the files uploaded.
| | FileCountText |
Count with file/files suffix appended.
| | SpeedText |
Current speed text.
| | TimeRemainingText |
Current time remaining text.
| | TimeElapsedText |
Current time elapsed text.
| | ContentLengthText |
Content length text.
| | RemainingLengthText |
Current remaining length text.
| | TransferredLengthText |
Current transferred length text.
| | PercentCompleteText |
Current percentage complete.
|
Assembly: Krystalware.SlickUpload, Version: 4.0
|