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



Display a status message defined by the StatusText property.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Display a status message defined by the StatusText property.")>
<DefaultValueAttribute()>
Public Property ShowStatusText As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As Boolean
 
instance.ShowStatusText = value
 
value = instance.ShowStatusText
C# 
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Display a status message defined by the StatusText property.")]
[DefaultValueAttribute()]
public bool ShowStatusText {get; set;}
C++/CLI 
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Display a status message defined by the StatusText property.")]
[DefaultValueAttribute()]
public:
property bool ShowStatusText {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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