CreateUserWizard.ContinueButtonType Proprietà

Definizione

Ottiene o imposta il tipo di pulsante di cui viene eseguito il rendering come pulsante Continua.

public:
 virtual property System::Web::UI::WebControls::ButtonType ContinueButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType ContinueButtonType { get; set; }
member this.ContinueButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property ContinueButtonType As ButtonType

Valore della proprietà

Uno dei valori dell'enumerazione ButtonType. Il valore predefinito è Button.

Eccezioni

Il tipo di pulsante specificato non è uno dei valori dell'oggetto ButtonType.

Si applica a

Vedi anche