Udostępnij przez


ChangePassword.ContinueButtonType Właściwość

Definicja

Pobiera lub ustawia typ przycisku do użycia podczas renderowania przycisku Kontynuuj dla kontrolki ChangePassword .

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 Obiekt, który definiuje typ przycisku do renderowania dla przycisku Kontynuuj. Wartość właściwości może być jedną z trzech ButtonType wartości wyliczenia: Button, Imagelub Link. Wartość domyślna to Button.

Wyjątki

Określona ButtonType wartość nie jest jedną z ButtonType wartości.

Uwagi

Właściwość ContinueButtonType pobiera lub ustawia typ (Button, Imagelub Link) przycisk zmień hasło do użycia podczas renderowania kontrolki ChangePassword .

Dotyczy

Zobacz też