CreateUserWizard.ContinueButtonType Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Typs der Schaltfläche, die als Schaltfläche "Weiter " gerendert wird.

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

Eigenschaftswert

Einer der ButtonType Enumerationswerte. Der Standardwert ist Button.

Ausnahmen

Der angegebene Schaltflächentyp ist keiner der ButtonType Werte.

Gilt für:

Weitere Informationen