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)
Available in Sandboxed Solutions: No
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.