Share via


ToolPane.CreateZoneDropdown Method (SPWebPartManager)

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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