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



Gets or sets the text for the "Close" link when CloseBehavior is set to ManualCloseOnComplete.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DartDescriptionAttribute("The text link which allows users to manually close a ProgressPanel when an upload operation has completed.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ManualCloseLinkText As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.ManualCloseLinkText = value
 
value = instance.ManualCloseLinkText
C# 
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("The text link which allows users to manually close a ProgressPanel when an upload operation has completed.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public string ManualCloseLinkText {get; set;}
C++/CLI 
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("The text link which allows users to manually close a ProgressPanel when an upload operation has completed.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ ManualCloseLinkText {
   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.