CreateUserWizardDesigner.AddDesignerRegions Method (DesignerRegionCollection)

 

Creates a DesignerRegion object for each step associated with the underlying wizard control, and then adds it to the specified DesignerRegionCollection object.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected override void AddDesignerRegions(
	DesignerRegionCollection regions
)

Parameters

regions
Type: System.Web.UI.Design.DesignerRegionCollection

The DesignerRegionCollection to which regions associated with the wizard control are added.

.NET Framework
Available since 2.0
Return to top
Show: