ComponentEditorForm Class
Provides a user interface for a WindowsFormsComponentEditor.
For a list of all members of this type, see ComponentEditorForm Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
System.Windows.Forms.Design.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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
A ComponentEditorForm shows a view of available component editor pages along with a user interface for selection.
Requirements
Namespace: System.Windows.Forms.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
ComponentEditorForm Members | System.Windows.Forms.Design Namespace | WindowsFormsComponentEditor | ComponentEditorPage