PasswordRecovery.SubmitButtonType Property
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)
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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.