Bagikan melalui


ChangePassword.ContinueButtonType Properti

Definisi

Mendapatkan atau mengatur jenis tombol yang akan digunakan saat merender tombol Lanjutkan untuk ChangePassword kontrol.

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

Nilai Properti

Objek ButtonType yang menentukan jenis tombol yang akan dirender untuk tombol Lanjutkan. Nilai properti dapat menjadi salah satu dari tiga ButtonType nilai enumerasi: Button, , Imageatau Link. Default adalah Button.

Pengecualian

Yang ditentukan ButtonType bukan salah ButtonType satu nilai.

Keterangan

Properti ContinueButtonType mendapatkan atau mengatur jenis (Button, Image, atau Link) tombol ubah kata sandi untuk digunakan saat merender ChangePassword kontrol.

Berlaku untuk

Lihat juga