TagCloudWebPart.GetToolParts Method

Gets the ToolPart objects that can be used to show and modify the TagCloudWebPart object properties.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

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

Return Value

Type: []
An array of ToolPart objects to be displayed inside the tool pane.

Remarks

This override returns an array of ToolPart objects to be displayed inside the tool pane. This array contains a TagCloudWebPartToolPart, CustomPropertyToolPart, and WebPartToolPart.

See Also

Reference

TagCloudWebPart Class

TagCloudWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace