Share via


ToolPane.ToolParts Property

Gets an array of the Microsoft.SharePoint.WebPartPages.ToolPart objects in the tool pane.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ToolParts As ArrayList
    Get
'Usage
Dim instance As ToolPane
Dim value As ArrayList

value = instance.ToolParts
public ArrayList ToolParts { get; }

Property Value

Type: System.Collections.ArrayList
The list of tool parts in the tool pane.

See Also

Reference

ToolPane Class

ToolPane Members

Microsoft.SharePoint.WebPartPages Namespace