Gets or sets the path and file name of the picture to display in the image cell.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ImageUrl As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageRenderer
Dim value As String
instance.ImageUrl = value
value = instance.ImageUrl |
C# | |
---|
public string ImageUrl {get; set;} |
Property Value
String containing the location of the image file
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also