ComponentEditorForm Constructor (Object^, array<Type^>^)

 

Initializes a new instance of the ComponentEditorForm class.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ComponentEditorForm(
	Object^ component,
	array<Type^>^ pageTypes
)

Parameters

component
Type: System::Object^

The component to be edited.

pageTypes
Type: array<System::Type^>^

The set of ComponentEditorPage objects to be shown in the form.

Exception Condition
ArgumentException

component is not an IComponent.

.NET Framework
Available since 1.1
Return to top
Show: