Wizard::StartNextButtonImageUrl Property

 

Gets or sets the URL of the image that is displayed for the Next button on the Start step.

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

public:
property String^ StartNextButtonImageUrl {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

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

When the StartNextButtonType property is set to the Image field, use the StartNextButtonImageUrl property to specify the image to display for the Next button.

.NET Framework
Available since 2.0
Return to top
Show: