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
- webPartManager
Type: Microsoft.SharePoint.WebPartPages.SPWebPartManager
Return Value
Type: System.Web.UI.WebControls.DropDownList
Returns DropDownList.