ToolPane.InCustomToolPane Property
Gets a value indicating whether the tool pane is hosted in the toolpane.aspx page within a Windows SharePoint Services-compatible HTML editor, such as Microsoft Office SharePoint Designer 2007 or another client application.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property InCustomToolPane As Boolean
Get
'Usage
Dim instance As ToolPane
Dim value As Boolean
value = instance.InCustomToolPane
public bool InCustomToolPane { get; }
Property Value
Type: System.Boolean
true if the tool pane is hosted in the toolpane.aspx page within a Windows SharePoint Services-compatible HTML editor such as Microsoft SharePoint Designer 2007 or another client application; otherwise, false.