CreateUserWizard.CreateUserButtonType Właściwość

Definicja

Pobiera lub ustawia typ przycisku renderowanego jako przycisk Utwórz użytkownika .

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

Wartość właściwości

ButtonType

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

Wyjątki

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

Dotyczy

Zobacz też