PasswordRecovery.SubmitButtonImageUrl Property
Assembly: System.Web (in system.web.dll)
public: virtual property String^ SubmitButtonImageUrl { String^ get (); void set (String^ value); }
/** @property */ public String get_SubmitButtonImageUrl () /** @property */ public void set_SubmitButtonImageUrl (String value)
public function get SubmitButtonImageUrl () : String public function set SubmitButtonImageUrl (value : String)
Not applicable.
Property Value
The URL of the image to use as the Submit button. The default is Empty.The SubmitButtonImageUrl property contains the URL of the image to use for the Submit button when the SubmitButtonType property is set to Image.
The SubmitButtonText property is used as the alternative text for the image in browsers that do not display images.
When you use the UserNameTemplate or the QuestionTemplate property, the SubmitButtonImageUrl property has no effect.
The following code example sets the SubmitButtonImageUrl property with declarative syntax. This code example is part of a larger example provided for the SubmitButtonType property.
The following code example shows how to set the SubmitButtonImageUrl property programmatically. This code example is part of a larger example provided for the SubmitButtonType property.