CustomToolPaneManager.ShowZoneIdentification method

Determines whether or not zones should be rendered with identification. Returns true or false based on which tool pane is launched.

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

Syntax

'Declaration
Public Function ShowZoneIdentification As Boolean
'Usage
Dim instance As CustomToolPaneManager
Dim returnValue As Boolean

returnValue = instance.ShowZoneIdentification()
public bool ShowZoneIdentification()

Return value

Type: System.Boolean
A Boolean value that returns true or false based on which tool pane is launched, and whether or not zones should be rendered with identification.

See also

Reference

CustomToolPaneManager class

CustomToolPaneManager members

Microsoft.SharePoint.Meetings namespace