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



Background color used within a progress bar, indicating incomplete portion of file upload.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Background color used within a progress bar, indicating incomplete portion of file upload.")>
Public Shadows Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ProgBarStyle
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Background color used within a progress bar, indicating incomplete portion of file upload.")]
public new Color BackColor {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Background color used within a progress bar, indicating incomplete portion of file upload.")]
public:
new property Color BackColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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