CreateUserWizard.ContinueButtonType Property
.NET Framework 3.0
Gets or sets the type of button rendered as the Continue button.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public ButtonType get_ContinueButtonType () /** @property */ public void set_ContinueButtonType (ButtonType value)
public function get ContinueButtonType () : ButtonType public function set ContinueButtonType (value : ButtonType)
Not applicable.
Property Value
One of the ButtonType enumeration values. The default value is Button.Community Additions
ADD
Show: