ToolPane.CreateZoneDropdown method (SPWebPartManager)

Creates the dropdown with the list of zones

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function CreateZoneDropdown ( _
    webPartManager As SPWebPartManager _
) As DropDownList
'Usage
Dim webPartManager As SPWebPartManager
Dim returnValue As DropDownList

returnValue = ToolPane.CreateZoneDropdown(webPartManager)
public static DropDownList CreateZoneDropdown(
    SPWebPartManager webPartManager
)

Parameters

Return value

Type: System.Web.UI.WebControls.DropDownList
Returns DropDownList.

See also

Reference

ToolPane class

ToolPane members

CreateZoneDropdown overload

Microsoft.SharePoint.WebPartPages namespace