ChangePassword::ContinueButtonImageUrl Property

 

Gets or sets the URL of an image to use for the Continue button on the Success view of the ChangePassword control if the Continue button is configured by the ContinueButtonType property to be an image button.

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

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

Property Value

Type: System::String^

The URL of the image to display with the Continue button. The default is Empty.

.NET Framework
Available since 2.0
Return to top
Show: