Share via


CreateUserWizardStep.StepType Properti

Definisi

Mendapatkan atau mengatur jenis antarmuka pengguna (UI) yang akan ditampilkan untuk CreateUserWizardStep langkah CreateUserWizard kontrol.

public:
 virtual property System::Web::UI::WebControls::WizardStepType StepType { System::Web::UI::WebControls::WizardStepType get(); void set(System::Web::UI::WebControls::WizardStepType value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override System.Web.UI.WebControls.WizardStepType StepType { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.StepType : System.Web.UI.WebControls.WizardStepType with get, set
Public Overrides Property StepType As WizardStepType

Nilai Properti

Nilai Auto enumerasi enumerasi WizardStepType .

Atribut

Pengecualian

Upaya dilakukan untuk mengatur properti ke StepType nilai selain WizardStepType.Auto nilai enumerasi.

Keterangan

Properti StepType menentukan opsi navigasi yang akan ditampilkan untuk langkah CreateUserWizard pembuatan akun pengguna kontrol.

Properti StepType menentukan tombol navigasi kontrol mana yang Wizard ditampilkan pada CreateUserWizardStep kontrol. Untuk informasi selengkapnya, lihat WizardStepBase.StepType properti.

Perhatian

Jika Anda mencoba mengubah StepType properti ke nilai apa pun selain Auto nilai WizardStepType enumerasi, akan InvalidOperationException dilemparkan.

Properti ini tidak dapat diatur oleh tema atau tema lembar gaya. Untuk informasi selengkapnya, lihat ThemeableAttribute dan ASP.NET Tema dan Kulit.

Berlaku untuk

Lihat juga