PasswordRecovery.SubmitButtonType Property
.NET Framework 3.0
Gets or sets the type of Submit button to use when rendering the PasswordRecovery control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property ButtonType SubmitButtonType { ButtonType get (); void set (ButtonType value); }
/** @property */ public ButtonType get_SubmitButtonType () /** @property */ public void set_SubmitButtonType (ButtonType value)
public function get SubmitButtonType () : ButtonType public function set SubmitButtonType (value : ButtonType)
Not applicable.
Property Value
One of the ButtonType values. The default is Button.The SubmitButtonType property determines what kind of button is used to submit entries to the PasswordRecovery control.
The following table lists the button type used for each value of the SubmitButtonType property.
| SubmitButtonType value | Button used |
|---|---|
| Button | A standard HTML button. The SubmitButtonText property provides the text for the button. |
| The image at the location stored in the SubmitButtonImageUrl property. The SubmitButtonText property provides the alternate text for the image. | |
| An HTML link. The SubmitButtonText property provides the link text. |
When you use templates to define the appearance of the PasswordRecovery control, the SubmitButtonType property has no effect.
Community Additions
ADD
Show: