TemplatedWizardStep::ContentTemplateContainer Property
.NET Framework (current version)
Gets the container that a Wizard control uses to create a ContentTemplate template for a step.
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
Available since 2.0
Show: