SPEditorPartChrome Class
Controls rendering of Microsoft ASP.NET 2.0 EditorParts and ToolParts that are hosted in the Microsoft Office SharePoint Server 2007 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
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPEditorPartChrome _
Inherits EditorPartChrome
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.