Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides the GetToolParts method of the WebPart base class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetToolParts As ToolPart()
'Usage
Dim instance As ListViewWebPart
Dim returnValue As ToolPart()
returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()
Return Value
Type: []
An array of type ToolPart that determines which tool parts will be displayed in the tool pane.