CreateUserWizard.ContinueButtonType Property
.NET Framework (current version)
Gets or sets the type of button rendered as the Continue button.
Assembly: System.Web (in System.Web.dll)
abstract ContinueButtonType : ButtonType with get, set override ContinueButtonType : ButtonType with get, set
Property Value
Type: System.Web.UI.WebControls.ButtonTypeOne of the ButtonType enumeration values. The default value is Button.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified button type is not one of the ButtonType values. |
.NET Framework
Available since 2.0
Available since 2.0
Show: