WizardStepEditableRegion Constructor (WizardDesigner, WizardStepBase)

 

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)

public WizardStepEditableRegion(
	WizardDesigner designer,
	WizardStepBase wizardStep
)

Parameters

designer
Type: System.Web.UI.Design.WebControls.WizardDesigner

A WizardDesigner that is the parent designer for the wizard.

wizardStep
Type: System.Web.UI.WebControls.WizardStepBase

A WizardStepBase that defines the step.

.NET Framework
Available since 2.0
Return to top
Show: