Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- webPartManager
Type: Microsoft.SharePoint.WebPartPages.SPWebPartManager
Return value
Type: System.Web.UI.WebControls.DropDownList
Returns DropDownList.