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



The current status text displayed.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DartDescriptionAttribute("The current status text displayed.  Set this property at run-time to display custom status messages.")>
<CategoryAttribute("Appearance")>
Public Property StatusText As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.StatusText = value
 
value = instance.StatusText
C# 
[DefaultValueAttribute()]
[DartDescriptionAttribute("The current status text displayed.  Set this property at run-time to display custom status messages.")]
[CategoryAttribute("Appearance")]
public string StatusText {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DartDescriptionAttribute("The current status text displayed.  Set this property at run-time to display custom status messages.")]
[CategoryAttribute("Appearance")]
public:
property String^ StatusText {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is an empty string.

Remarks

Set this property at run-time to display custom status messages.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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