CreateUserWizard.ContinueButtonType Vlastnost

Definice

Získá nebo nastaví typ tlačítka vykreslené jako Tlačítko Pokračovat .

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

Hodnota vlastnosti

Jedna z hodnot výčtu ButtonType . Výchozí hodnota je Button.

Výjimky

Zadaný typ tlačítka není jednou z ButtonType hodnot.

Platí pro

Viz také