Condividi tramite


Wizard.StartNextButtonType Proprietà

Definizione

Ottiene o imposta il tipo di pulsante di cui viene eseguito il rendering come pulsante Avanti nel passaggio Start.

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

Valore della proprietà

Uno dei valori di ButtonType. Il valore predefinito è Button.

Si applica a

Vedi anche