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); } |
This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.ImageUrl.
Target Platforms: Microsoft .NET Framework 2.0