ToolPart.ParentToolPane Property
Gets the ToolPane that contains the tool part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Friend ReadOnly Property ParentToolPane As ToolPane
Get
'Usage
Dim value As ToolPane
value = Me.ParentToolPane
protected internal ToolPane ParentToolPane { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.ToolPane
The ToolPane that contains the tool part.