Image used within a progress bar, indicating completed portion of file upload.
Syntax
Visual Basic (Declaration) | |
---|
<DartDescriptionAttribute("Image used within a progress bar, indicating completed portion of file upload.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Overridable Property ProgressBarImageUrl As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ProgressPanel
Dim value As String
instance.ProgressBarImageUrl = value
value = instance.ProgressBarImageUrl |
C# | |
---|
[DartDescriptionAttribute("Image used within a progress bar, indicating completed portion of file upload.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public virtual string ProgressBarImageUrl {get; set;} |
C++/CLI | |
---|
[DartDescriptionAttribute("Image used within a progress bar, indicating completed portion of file upload.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public:
virtual property String^ ProgressBarImageUrl {
String^ get();
void set ( String^ value);
} |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also