ChangePassword.ContinueButtonType Property

Definition

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