Wizard.FinishPreviousButtonType Eigenschaft

Definition

Ruft den Typ der Schaltfläche ab, die im Finish-Schritt als Schaltfläche Zurück gerendert wird, oder legt diesen fest.

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

Eigenschaftswert

ButtonType

Einer der ButtonType-Werte. Der Standardwert ist Button.

Gilt für

Siehe auch