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!

ComponentEditorPage Class

Defines a base implementation for a Component Editor page. With this class, you will get a complete implementation for a component editor page that consists of an empty window. Extend this page to add your own controls.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ScrollableControl
                  Panel
                     ComponentEditorPage

[Visual Basic]
MustInherit Public Class ComponentEditorPage
   Inherits Panel
[C#]
public abstract class ComponentEditorPage : Panel
[C++]
public __gc __abstract class ComponentEditorPage : public Panel
[JScript]
public abstract class ComponentEditorPage extends Panel

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms.Design

Assembly: System.WinForms.dll

See Also

ComponentEditorPage Members | System.WinForms.Design Namespace | ComponentEditor | IComponentEditorControlSite