WizardStepTemplatedEditableRegion Constructor (TemplateDefinition^, WizardStepBase^)
.NET Framework (current version)
Initializes a new instance of the WizardStepTemplatedEditableRegion class.
Assembly: System.Design (in System.Design.dll)
public:
WizardStepTemplatedEditableRegion(
TemplateDefinition^ templateDefinition,
WizardStepBase^ wizardStep
)
Parameters
- templateDefinition
-
Type:
System.Web.UI.Design::TemplateDefinition^
A TemplateDefinition object that defines a template element in a wizard step at design time.
- wizardStep
-
Type:
System.Web.UI.WebControls::WizardStepBase^
A WizardStepBase object that represents a step displayed in a Wizard control.
.NET Framework
Available since 2.0
Available since 2.0
Show: