CreateUserWizard::CreateUserButtonType Property
.NET Framework (current version)
Gets or sets the type of button rendered as the Create User button.
Assembly: System.Web (in System.Web.dll)
public: property ButtonType CreateUserButtonType { virtual ButtonType get(); virtual void set(ButtonType value); }
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: