AskMeAboutWebPart.GetToolParts Method
Gets the ToolPart objects that are used to show and modify the AskMeAboutWebPart 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 AskMeAboutWebPart
Dim returnValue As ToolPart()
returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()
Return Value
Type: []
An array of ToolPart objects.
Remarks
This override creates a CustomPropertyToolPart and a WebPartToolPart that will be displayed in the tool pane.