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!

WebControlDesigner Class

Provides designer extensions for web controls. This is the base designer class for web controls.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner
            UserControlDesigner
               WebControlDesigner

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design

Assembly: System.Web.UI.Design.dll

See Also

WebControlDesigner Members | System.Web.UI.Design Namespace | UserControlDesigner