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!

ComponentDesigner Class

The default designer for all components. Almost everything that extends from Component will typically have one of these designers as their base designer. Designers do not have to inherit from this class, but it does provide some convenient features.

Object
   ComponentDesigner

[Visual Basic]
Public Class ComponentDesigner
   Implements IDesigner, IDesignerFilter
[C#]
public class ComponentDesigner : IDesigner, IDesignerFilter
[C++]
public __gc class ComponentDesigner : public IDesigner,
   IDesignerFilter
[JScript]
public class ComponentDesigner implements IDesigner,
   IDesignerFilter

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner