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



Gets or sets the location of an image to display in the LiveImage control.

Syntax

Visual Basic (Declaration) 
Public Overrides Property ImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As LiveImageButton
Dim value As String
 
instance.ImageUrl = value
 
value = instance.ImageUrl
C# 
public override string ImageUrl {get; set;}
C++/CLI 
public:
property String^ ImageUrl {
   String^ get() override;
   void set (    String^ value) override;
}

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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