ToolPart.ParentToolPane property
Gets the ToolPane that contains the tool part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.