TemplatedWizardStep.CustomNavigationTemplateContainer 属性

定义

获取 Wizard 控件在为步骤创建 CustomNavigationTemplate 模板时使用的容器。

public:
 property System::Web::UI::Control ^ CustomNavigationTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control CustomNavigationTemplateContainer { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CustomNavigationTemplateContainer : System.Web.UI.Control
Public ReadOnly Property CustomNavigationTemplateContainer As Control

属性值

一个 Control,包含步骤的 CustomNavigationTemplate 模板。

属性

例外

如果 CustomNavigationTemplate 不包含任何内容。

注解

尽管语法包括设置 CustomNavigationTemplateContainer 属性,但它仅供内部使用,因此该属性实际上是只读的。 在引用该属性之前, CustomNavigationTemplateContainer 代码应验证该属性是否不是 null

此属性在可视化设计器中不可绑定,但在运行时可绑定。 有关详细信息,请参阅 BindableAttribute

适用于

另请参阅