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.
Determines which tool parts are displayed in the tool pane of the Web Part, and the order in which they are displayed.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function GetToolParts As ToolPart()
'Usage
Dim instance As SearchResultsBaseWebPart
Dim returnValue As ToolPart()
returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()
Return Value
Type: []
The tool parts to display in the tool pane for the Web Part.
See Also
Reference
SearchResultsBaseWebPart Class