Bagikan melalui


CompleteWizardStep.StepType Properti

Definisi

Mendapatkan atau mengatur jenis antarmuka pengguna (UI) yang akan ditampilkan untuk CompleteWizardStep halaman 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 Complete enumerasi untuk WizardStepType enumerasi.

Atribut

Pengecualian

Upaya dilakukan untuk mengatur StepType properti.

Keterangan

Properti StepType menentukan jenis UI navigasi yang akan ditampilkan untuk langkah pembuatan akun pengguna akhir ( CreateUserWizardStep langkah) CreateUserWizard kontrol.

Perhatian

Properti StepType mengambil alih WizardStepBase.StepType properti untuk memastikan bahwa CompleteWizardStep selalu diatur ke Complete nilai WizardStepType enumerasi. Mencoba mengatur properti ke StepType nilai yang berbeda akan menghasilkan InvalidOperationException.

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