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
[To be supplied.]
Namespace: System.WinForms.Design
Assembly: System.WinForms.dll
ComponentEditorPage Members | System.WinForms.Design Namespace | ComponentEditor | IComponentEditorControlSite