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:
virtual void AddDesignerRegions(
	DesignerRegionCollection^ regions
) override

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: