PowerWEB File Upload for ASP.NET
ProgressBarLocation Enumeration
See Also  Send comments on this topic.
Dart.FileUpload Namespace : ProgressBarLocation Enumeration



Possible locations for ProgressPanel ProgressBar(s).

Syntax

Visual Basic (Declaration) 
Public Enum ProgressBarLocation 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ProgressBarLocation
C# 
public enum ProgressBarLocation : System.Enum 
C++/CLI 
public enum class ProgressBarLocation : public System.Enum 

Members

MemberDescription
Bottom ProgressBar(s) shown at the bottom of the panel, below statistics.
Top ProgressBar(s) shown at the top of the panel, above statistics.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.FileUpload.ProgressBarLocation

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.