System.Web.UI.WebControls.WebParts.WebPartVerb.ImageUrl Property

Gets or sets a string containing a URL to an image that represents a verb in the user interface (UI).

Syntax

[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design", "UITypeEditor, System.Drawing")]
public string ImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The WebPartVerb.ImageUrl property provides a way to use a customized visual representation for verbs as an alternative to the default rendering, which is typically a button or a hyperlink. If you assign a URL to the property, the image appears in verbs menus (next to the verb) or directly in forms (in place of a button or hyperlink that represents the verb).

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0