PowerWEB File Upload for ASP.NET
UploadTimeElapsedLabel Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class : UploadTimeElapsedLabel Property



Gets or sets the "Time Elapsed" label on the ProgressPanel.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DartDescriptionAttribute("Label which identifies the estimated time elapsed for an upload operation.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
Public Property UploadTimeElapsedLabel As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.UploadTimeElapsedLabel = value
 
value = instance.UploadTimeElapsedLabel
C# 
[DefaultValueAttribute()]
[DartDescriptionAttribute("Label which identifies the estimated time elapsed for an upload operation.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public string UploadTimeElapsedLabel {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DartDescriptionAttribute("Label which identifies the estimated time elapsed for an upload operation.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public:
property String^ UploadTimeElapsedLabel {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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