ICustomizeToolPane.ShowZoneIdentification method

Activates the display of Web Parts zones (equivalent to selecting the Design this page command on the Modify Page menu) in the Web Part page when a custom tool pane is invoked.

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

Syntax

'Declaration
Function ShowZoneIdentification As Boolean
'Usage
Dim instance As ICustomizeToolPane
Dim returnValue As Boolean

returnValue = instance.ShowZoneIdentification()
bool ShowZoneIdentification()

Return value

Type: System.Boolean
Boolean true if displaying Web Part zones is enabled; otherwise false.

Remarks

To view a code sample that demonstrates how to use the ShowZoneIdentification method, see ToolPane.

See also

Reference

ICustomizeToolPane interface

ICustomizeToolPane members

Microsoft.SharePoint.WebPartPages namespace