Bagikan melalui


Wizard.FinishPreviousButtonStyle Properti

Definisi

Mendapatkan referensi ke Style objek yang menentukan pengaturan untuk tombol Sebelumnya pada langkah.Finish

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

Nilai Properti

Referensi ke Style yang menentukan pengaturan gaya untuk Sebelumnya di Finish dari Wizard.

Atribut

Keterangan

Properti FinishPreviousButtonStyle menentukan tampilan untuk tombol Sebelumnya pada Finish langkah Wizard kontrol. Properti FinishPreviousButtonStyle bersifat baca-saja; namun, Anda dapat mengatur properti Style objek yang dikembalikannya. Anda dapat mengatur properti ini secara deklaratif dalam formulir Property-Subproperty, di mana Subproperty mewakili properti Style kelas (misalnya, CancelButtonStyle-ForeColor). Anda dapat mengatur properti secara terprogram dalam formulir Property.Subproperty (misalnya, CancelButtonStyle.ForeColor).

Pengaturan umum mencakup warna latar belakang kustom, warna teks, dan properti font. Pengaturan gaya untuk FinishPreviousButtonStyle properti digabungkan dengan pengaturan gaya untuk NavigationButtonStyle properti . Pengaturan apa pun yang diterapkan dalam FinishPreviousButtonStyle properti akan menggantikan pengaturan yang sesuai di NavigationButtonStyle properti .

Berlaku untuk

Lihat juga