
| Visual Basic (Declaration) | |
|---|---|
<ToolboxDataAttribute("<{0}:ProgressPanel runat=server></{0}:ProgressPanel>")> <DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.ProgressPanelDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> Public Class ProgressPanel Inherits System.Web.UI.WebControls.WebControl Implements ILiveControl | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel | |
| C# | |
|---|---|
[ToolboxDataAttribute("<{0}:ProgressPanel runat=server></{0}:ProgressPanel>")] [DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.ProgressPanelDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public class ProgressPanel : System.Web.UI.WebControls.WebControl, ILiveControl | |
| C++/CLI | |
|---|---|
[ToolboxDataAttribute("<{0}:ProgressPanel runat=server></{0}:ProgressPanel>")] [DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.ProgressPanelDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public ref class ProgressPanel : public System.Web.UI.WebControls.WebControl, ILiveControl | |
The UploadManager is required for use of the ProgressPanel.
Each uploaded file will have its own bar in the panel.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Dart.FileUpload.ProgressPanel
Target Platforms: Microsoft .NET Framework 2.0