NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageletDesigner Class

The panel designer provides design-time support for the pagelets.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner
            UserControlDesigner
               WebControlDesigner
                  PageletDesigner

[Visual Basic]
Public Class PageletDesigner
   Inherits WebControlDesigner
[C#]
public class PageletDesigner : WebControlDesigner
[C++]
public __gc class PageletDesigner : public WebControlDesigner
[JScript]
public class PageletDesigner extends WebControlDesigner

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design.WebControls

Assembly: System.Web.UI.Design.dll

See Also

PageletDesigner Members | System.Web.UI.Design.WebControls Namespace