Bagikan melalui


CreateUserWizard.ContinueButtonStyle Properti

Definisi

Mendapatkan referensi ke kumpulan properti yang menentukan tampilan tombol Lanjutkan .

public:
 property System::Web::UI::WebControls::Style ^ ContinueButtonStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style ContinueButtonStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ContinueButtonStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ContinueButtonStyle As Style

Nilai Properti

Referensi ke yang Style berisi properti yang menentukan tampilan tombol Lanjutkan .

Atribut

Keterangan

Properti Wizard.NavigationButtonStyle menentukan tampilan tombol Lanjutkan di CreateUserWizard kontrol, tetapi Anda dapat mengganti pengaturan ini menggunakan ContinueButtonStyle properti . Properti ini bersifat baca-saja; namun, Anda dapat mengatur properti objek yang Style dikembalikannya. Anda dapat mengatur properti ini secara deklaratif dalam formulir Property-Subproperty, di mana Subproperty mewakili properti Style kelas (misalnya, ContinueButtonStyle-ForeColor). Anda dapat mengatur properti secara terprogram dalam formulir Property.Subproperty (misalnya, ContinueButtonStyle.ForeColor).

Pengaturan umum mencakup warna latar belakang kustom, warna teks, dan properti font.

Pengaturan gaya untuk ContinueButtonStyle properti digabungkan dengan pengaturan gaya untuk CreateUserWizard kontrol. Pengaturan apa pun yang diterapkan dalam ContinueButtonStyle properti mengambil alih pengaturan yang sesuai dalam CreateUserWizard kontrol.

Properti gaya berikut CreateUserWizard ini ditimpa oleh ContinueButtonStyle pengaturan:

Namun, saat Anda menggunakan templat untuk menentukan tampilan CreateUserWizard kontrol, ContinueButtonStyle properti tidak berpengaruh.

Berlaku untuk

Lihat juga