CompleteWizardStep.StepType 属性

定义

获取或设置为 CompleteWizardStep 控件的 CreateUserWizard 页显示的用户界面 (UI) 的类型。

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

属性值

WizardStepType

Complete 枚举的 WizardStepType 枚举值。

属性

例外

已尝试设置 StepType 属性。

注解

StepType属性指定要为最终用户帐户创建步骤显示的导航 UI 的类型 (CreateUserWizardStep 控件的步骤) CreateUserWizard

注意

StepType属性重写 WizardStepBase.StepType 属性,以确保 CompleteWizardStep 始终设置为枚举的 CompleteWizardStepType 。 尝试将属性设置 StepType 为其他值将导致 InvalidOperationException

无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和外观

适用于

另请参阅