Wizard.FinishPreviousButtonImageUrl Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Overridable Property FinishPreviousButtonImageUrl As String

Property Value

Type: System.String

The URL of the image displayed for Previous on the Finish of the Wizard. The default is an empty string ("").

When the FinishPreviousButtonType property is set to the Image field, use the FinishPreviousButtonImageUrl property to specify the image to display for the Previous button on the Finish step.

.NET Framework
Available since 2.0
Return to top
Show: