CompleteWizardStep.StepType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置为 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
属性值
Complete 枚举的 WizardStepType 枚举值。
- 属性
例外
已尝试设置 StepType 属性。
注解
属性 StepType 指定要为最终用户帐户创建步骤 (CreateUserWizardStep 控件的步骤) CreateUserWizard 显示的导航 UI 的类型。
注意
属性 StepType 重写 WizardStepBase.StepType 属性, CompleteWizardStep 以确保 始终设置为 Complete 枚举的值 WizardStepType 。 尝试将 StepType 属性设置为其他值将导致 InvalidOperationException。
无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttribute 和 ASP.NET 主题和皮肤。