Wizard::FinishCompleteButtonImageUrl Property

 

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

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

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

Property Value

Type: System::String^

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

When the FinishCompleteButtonType property is set to the Image field, use the FinishCompleteButtonImageUrl property to specify the image to display for the Finish button.

.NET Framework
Available since 2.0
Return to top
Show: