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)

<BrowsableAttribute(False)>
Public Property ContentTemplateContainer As Control
	Get
	Friend Set
End Property

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: