WizardStepTemplatedEditableRegion Constructor (TemplateDefinition^, WizardStepBase^)

 

Initializes a new instance of the WizardStepTemplatedEditableRegion class.

Namespace:   System.Web.UI.Design.WebControls
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
Return to top
Show: