Udostępnij za pośrednictwem


CreateUserWizard.ContinueButtonType Właściwość

Definicja

Pobiera lub ustawia typ przycisku renderowanego jako przycisk Kontynuuj .

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

Wartość właściwości

ButtonType Jedna z wartości wyliczenia. Wartość domyślna to Button.

Wyjątki

Określony typ przycisku nie jest jedną z ButtonType wartości.

Dotyczy

Zobacz też