Share via


EditModePanelDesigner Class

The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.ComponentModel.Design.ComponentDesigner
    System.Web.UI.Design.HtmlControlDesigner
      System.Web.UI.Design.ControlDesigner
        System.Web.UI.Design.ContainerControlDesigner
          Microsoft.SharePoint.Publishing.Design.WebControls.EditModePanelDesigner

Namespace:  Microsoft.SharePoint.Publishing.Design.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class EditModePanelDesigner _
    Inherits ContainerControlDesigner
'Usage
Dim instance As EditModePanelDesigner
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class EditModePanelDesigner : ContainerControlDesigner

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

EditModePanelDesigner Members

Microsoft.SharePoint.Publishing.Design.WebControls Namespace