TemplatedWizardStep::ContentTemplateContainer Property

 

Gets the container that a Wizard control uses to create a ContentTemplate template for a step.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property Control^ ContentTemplateContainer {
	Control^ get();
	internal: void set(Control^ value);
}

Property Value

Type: System.Web.UI::Control^

A Control that contains the ContentTemplate template for a step.

Although the syntax includes setting the ContentTemplateContainer property, it is for internal use only, so the property is effectively read-only.

.NET Framework
Available since 2.0
Return to top
Show: