Share via


ToolPane.CreateEditorParts method

Called to create Editor Parts (includes ToolParts) which will be appended to EditorParts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function CreateEditorParts As EditorPartCollection
'Usage
Dim returnValue As EditorPartCollection

returnValue = Me.CreateEditorParts()
protected override EditorPartCollection CreateEditorParts()

Return value

Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
Returns EditorPartCollection.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace