System.Web.UI.WebControls.PasswordRecovery.SubmitButtonImageUrl Property

Gets or sets the URL of an image to use as the Submit button.

Syntax

public virtual string SubmitButtonImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.SubmitButtonImageUrl property contains the URL of the image to use for the Submit button when the PasswordRecovery.SubmitButtonType property is set to ButtonType.Image.

The PasswordRecovery.SubmitButtonText property is used as the alternative text for the image in browsers that do not display images.

When you use the PasswordRecovery.UserNameTemplate or the PasswordRecovery.QuestionTemplate property, the PasswordRecovery.SubmitButtonImageUrl property has no effect.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0