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



The url of the image file to display for the button.

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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