| 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); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code