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!

ComponentEditorForm Class

Implements a ComponentEditorForm. Implements a ComponentEditorForm object. A ComponentEditorForm extendsand shows a view of available component editor pages along with a selection UI. Component editor pages are objects that extend.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ScrollableControl
                  ContainerControl
                     Form
                        ComponentEditorForm

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms.Design

Assembly: System.WinForms.dll

See Also

ComponentEditorForm Members | System.WinForms.Design Namespace