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



Image to use for the Browse button in place of a standard HTML button.

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DartDescriptionAttribute("")>
<NotifyParentPropertyAttribute(True)>
Public Property ButtonImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As Upload
Dim value As String
 
instance.ButtonImageUrl = value
 
value = instance.ButtonImageUrl
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("")]
[NotifyParentPropertyAttribute(true)]
public string ButtonImageUrl {get; set;}
C++/CLI 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("")]
[NotifyParentPropertyAttribute(true)]
public:
property String^ ButtonImageUrl {
   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.