ConsoleDesigner class

Extends the design-mode behavior of a Web server control.

Inheritance hierarchy

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

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class ConsoleDesigner _
    Inherits ControlDesigner
'Usage
Dim instance As ConsoleDesigner
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class ConsoleDesigner : ControlDesigner

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

ConsoleDesigner members

Microsoft.SharePoint.Publishing.WebControls namespace

ControlDesigner