ToolPane.SelectedZone Property
Gets the selected zone on a Web Part page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SelectedZone As WebPartZone
Get
'Usage
Dim instance As ToolPane
Dim value As WebPartZone
value = instance.SelectedZone
public WebPartZone SelectedZone { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.WebPartZone
A WebPartZone that represents the selected zone.