ToolPane.SelectedZone property

Gets the selected zone on a Web Part page.

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

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.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace