Share via


TitleBarWebPart.GetToolParts method

Overrides the GetToolParts method of the WebPart base class.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function GetToolParts As ToolPart()
'Usage
Dim instance As TitleBarWebPart
Dim returnValue As ToolPart()

returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()

Return value

Type: []

Remarks

An array of type ToolPart that determines which tool parts will be displayed in the tool pane.

See also

Reference

TitleBarWebPart class

TitleBarWebPart members

Microsoft.SharePoint.WebPartPages namespace