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!

HtmlControlDesigner Class

This is the base designer class for all server/ASP controls.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner

[Visual Basic]
Public Class HtmlControlDesigner
   Inherits ControlDesigner
   Implements IWebFormsControlDesigner
[C#]
public class HtmlControlDesigner : ControlDesigner,
   IWebFormsControlDesigner
[C++]
public __gc class HtmlControlDesigner : public ControlDesigner,
   IWebFormsControlDesigner
[JScript]
public class HtmlControlDesigner extends ControlDesigner,
   IWebFormsControlDesigner

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design

Assembly: System.Web.UI.Design.dll

See Also

HtmlControlDesigner Members | System.Web.UI.Design Namespace