ChangePassword.CancelButtonType Property

Definition

Gets or sets the type of button to use for the Cancel button when rendering the ChangePassword control.

C#
public virtual System.Web.UI.WebControls.ButtonType CancelButtonType { get; set; }

Property Value

A ButtonType object that defines the type of button to render for the Cancel 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 CancelButtonType property gets or sets the type (Button, Image, or Link) of Cancel button to use when rendering the ChangePassword control.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also