ChangePassword.ContinueButtonType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of button to use when rendering the Continue button for the ChangePassword control.
public:
virtual property System::Web::UI::WebControls::ButtonType ContinueButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType ContinueButtonType { get; set; }
member this.ContinueButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property ContinueButtonType As ButtonType
Property Value
A 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
.
Exceptions
The specified ButtonType is not one of the ButtonType values.
Remarks
The ContinueButtonType property gets or sets the type (Button
, Image
, or Link)
of the change password button to use when rendering the ChangePassword control.
Applies to
See also
- ASP.NET Login Controls Overview
- Customizing Appearance and Behavior of the ASP.NET Login Controls
- ASP.NET Web Server Controls Templates
- ASP.NET Themes and Skins Overview
- 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