ChangePassword::ContinueButtonType Property
Gets or sets the type of button to use when rendering the Continue button for the ChangePassword control.
Assembly: System.Web (in System.Web.dll)
public: property ButtonType ContinueButtonType { virtual ButtonType get(); virtual void set(ButtonType value); }
Property Value
Type: System.Web.UI.WebControls::ButtonTypeA ButtonType object that defines the type of button to render for the Continue button. The property value can be one of the three ButtonType enumeration values: Button, Image, or Link. The default is Button.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified ButtonType is not one of the ButtonType values. |
The ContinueButtonType property gets or sets the type (Button, Image, or Link) of the change password button to use when rendering the ChangePassword control.
Available since 2.0
ChangePassword Class
System.Web.UI.WebControls Namespace
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
ASP.NET Themes and Skins
How To: Create ASP.NET Web Server Control Templates Dynamically
How to: Create ASP.NET Web Control Templates Declaratively
How to: Display Different Information to Anonymous and Logged In Users
Web Site Administration Tool Security Tab