SPEditorPartChrome Class

Controls rendering of the EditorParts and ToolParts that are hosted in the Services ToolPane.

Inheritance Hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.EditorPartChrome
    Microsoft.SharePoint.WebPartPages.SPEditorPartChrome

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPEditorPartChrome _
    Inherits EditorPartChrome
'Usage
Dim instance As SPEditorPartChrome
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPEditorPartChrome : EditorPartChrome

Remarks

SPEditorPartChrome is derived form ASP.NET 2.0 EditorPartChrome.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPEditorPartChrome Members

Microsoft.SharePoint.WebPartPages Namespace