ChangePassword.CancelButtonType Property
Gets or sets the type of button to use for the Cancel button when rendering the ChangePassword control.
Assembly: System.Web (in System.Web.dll)
<asp:ChangePassword CancelButtonType="ButtonType" />
Property Value
Type: System.Web.UI.WebControls.ButtonTypeA 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.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified ButtonType is not one of the ButtonType values. |
The CancelButtonType property gets or sets the type (Button, Image, or Link) of Cancel button to use when rendering the ChangePassword control.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.