BrowserFormWebPart.GetToolParts method

Overrides the GetToolParts() method of the WebPart base class to specify the tool parts that are displayed in the tool pane for the InfoPath Form Web Part.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

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

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

Return value

Type: []
An array that determines which tool parts to display in the tool pane.

Remarks

This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace