ASP.NET Pack Programmer's Guide
Button.ActiveImageUrl Property
See Also
 





Gets or sets the URL of the image to be displayed by the control when it is hovered.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string ActiveImageUrl { get; set; }

Visual Basic  Copy Code

Public Property ActiveImageUrl As String

 Property Value

Type: String
A string specifying the URL of an image to be used. Default value is empty string ("").

 Remarks

The specified image is rendered as the control's background if DisplayType is set to ImageButton and as an icon if DisplayType is set to Button or LinkButton.

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace