System.Web.UI.WebControls.Wizard.StepPreviousButtonImageUrl Property

Gets or sets the URL of the image that is displayed for the Previous button.

Syntax

[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DefaultValue("")]
[System.Web.UI.UrlProperty]
public virtual string StepPreviousButtonImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the Wizard.StepPreviousButtonType property is set to the ButtonType.Image field, use the Wizard.StepPreviousButtonImageUrl property to specify the image to display for the Previous button.

Requirements

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