Wizard::CancelButtonImageUrl Property

 

Gets or sets the URL of the image displayed for the Cancel button.

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

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

Property Value

Type: System::String^

The URL of the image displayed for the Cancel button on the Wizard control. The default value is an empty string ("").

When the CancelButtonType property is set to Image, use the CancelButtonImageUrl property to specify the image to display for the Cancel button.

.NET Framework
Available since 2.0
Return to top
Show: