Wizard.StepPreviousButtonType Eigenschaft

Definition

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

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

Eigenschaftswert

Einer der ButtonType Werte. Der Standardwert lautet Button.

Gilt für:

Weitere Informationen