ChangePassword.ChangePasswordButtonType Property

Definition

Gets or sets the type of button to use when rendering the Change Password button of the ChangePassword control.

public:
 virtual property System::Web::UI::WebControls::ButtonType ChangePasswordButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType ChangePasswordButtonType { get; set; }
member this.ChangePasswordButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property ChangePasswordButtonType As ButtonType

Property Value

A ButtonType object that defines the type of button to render for the Change Password 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 ChangePasswordButtonType 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