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!

ControlDesigner Class

This is the base designer class for all server controls.

Object
   ComponentDesigner
      ControlDesigner

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design

Assembly: System.Web.UI.Design.dll

See Also

ControlDesigner Members | System.Web.UI.Design Namespace | IDesigner | IComponent