Share via


ToolPane.CreateEditorPartChrome method

Called to create an EditorPartChrome which can be used to create the SPEditorPartChrome which will be used to render ToolParts and EditorParts

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

Syntax

'Declaration
Protected Overrides Function CreateEditorPartChrome As EditorPartChrome
'Usage
Dim returnValue As EditorPartChrome

returnValue = Me.CreateEditorPartChrome()
protected override EditorPartChrome CreateEditorPartChrome()

Return value

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

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace