Bagikan melalui


CreateUserWizard.HyperLinkStyle Properti

Definisi

Mendapatkan atau mengatur kumpulan properti yang menentukan tampilan hyperlink.

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

Nilai Properti

Referensi ke TableItemStyle yang berisi properti yang menentukan tampilan hyperlink.

Atribut

Keterangan

Properti HyperLinkStyle mendapatkan referensi ke TableItemStyle objek yang Anda gunakan untuk mengubah tampilan hyperlink dalam CreateUserWizard kontrol.

Properti HyperLinkStyle bersifat baca-saja; namun, Anda dapat mengatur properti objek yang TableItemStyle dikembalikannya. Anda dapat mengatur properti ini secara deklaratif dalam formulir Property-Subproperty, di mana Subproperty mewakili properti TableItemStyle kelas (misalnya, HyperLinkStyle-ForeColor). Anda dapat mengatur properti secara terprogram dalam formulir Property.Subproperty (misalnya, HyperLinkStyle.ForeColor).

Pengaturan gaya untuk HyperLinkStyle properti digabungkan dengan pengaturan gaya untuk CreateUserWizard kontrol. Pengaturan apa pun yang diterapkan dalam HyperLinkStyle properti mengambil alih pengaturan terkait di properti CreateUserWizard kontrol.

Properti gaya berikut CreateUserWizard ini ditimpa oleh HyperLinkStyle pengaturan:

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

Berlaku untuk

Lihat juga