RefinementWebPart.GetToolParts Method
Determines which tool parts are displayed in the tool pane of the Web Part UI, 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 RefinementWebPart
Dim returnValue As ToolPart()
returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()
Return Value
Type: []
The tool parts that are displayed in the tool pane of the Web Part.
Remarks
This override specifies the tool parts that are displayed in the tool pane of the refinement Web Part, and defines the order in which they are displayed.