Visual Basic (Declaration) | |
---|---|
<NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Display elapsed time and estimated time remaining.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> Public Property ShowUploadTime As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgressPanel Dim value As Boolean instance.ShowUploadTime = value value = instance.ShowUploadTime |
C# | |
---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Display elapsed time and estimated time remaining.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] public bool ShowUploadTime {get; set;} |
C++/CLI | |
---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Display elapsed time and estimated time remaining.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] public: property bool ShowUploadTime { bool get(); void set ( bool value); } |
Property Value
The default value is true.Target Platforms: Microsoft .NET Framework 2.0