Share via


SPTimelineWebPart.GetToolParts method

Override GetToolParts to put the custom toolpart first in the list of toolparts.

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

Syntax

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

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

Return value

Type: []
The toolparts being used by the timeline

See also

Reference

SPTimelineWebPart class

SPTimelineWebPart members

Microsoft.SharePoint.WebPartPages namespace