PowerWEB LiveControls for ASP.NET
ImageUrl Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLink Class : ImageUrl Property



Gets or sets the path to an image to display for the LiveHyperLink control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Gets or sets the path to an image to display for the LiveHyperLink control.")>
<BrowsableAttribute(True)>
Public Shadows Property ImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLink
Dim value As String
 
instance.ImageUrl = value
 
value = instance.ImageUrl
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Gets or sets the path to an image to display for the LiveHyperLink control.")]
[BrowsableAttribute(true)]
public new string ImageUrl {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Gets or sets the path to an image to display for the LiveHyperLink control.")]
[BrowsableAttribute(true)]
public:
new property String^ ImageUrl {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.ImageUrl.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.