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)

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.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace