Bagikan melalui


ChangePassword.CancelButtonType Properti

Definisi

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

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

Nilai Properti

Objek ButtonType yang menentukan jenis tombol yang akan dirender untuk tombol Batalkan. 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 CancelButtonType mendapatkan atau mengatur jenis (Button, Image, atau Link) tombol Batal untuk digunakan saat merender ChangePassword kontrol.

Berlaku untuk

Lihat juga