WizardStepEditableRegion.WizardStepEditableRegion Constructor
.NET Framework 3.0
Initializes a new instance of the WizardStepEditableRegion class using the given designer and step.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public WizardStepEditableRegion ( WizardDesigner designer, WizardStepBase wizardStep )
public function WizardStepEditableRegion ( designer : WizardDesigner, wizardStep : WizardStepBase )
Not applicable.
Parameters
- designer
A WizardDesigner that is the parent designer for the wizard.
- wizardStep
A WizardStepBase that defines the step.
Community Additions
ADD
Show: