CreateUserWizard::CreateUserButtonImageUrl Property

 

Gets or sets the URL of an image displayed for the Create User button.

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

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

Property Value

Type: System::String^

The URL of the image displayed for the Create User button. The default value is an empty string ("").

When the CreateUserButtonType property is set to Image, use the CreateUserButtonImageUrl property to specify the image to display for the Create User button.

.NET Framework
Available since 2.0
Return to top
Show: