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)
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.