Wizard.StartNextButtonType Vlastnost

Definice

Získá nebo nastaví typ tlačítka, které je vykresleno jako tlačítko Další v Start kroku.

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

Hodnota vlastnosti

ButtonType

Jedna z ButtonType hodnot. Výchozí formát je Button.

Platí pro

Viz také