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!

ListControlDesigner Class

This is the base class for all ListControl designers.

Object
   ComponentDesigner
      ControlDesigner
         HtmlControlDesigner
            UserControlDesigner
               WebControlDesigner
                  ListControlDesigner

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design.WebControls

Assembly: System.Web.UI.Design.dll

See Also

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