ComponentEditorForm Constructor (Object^, array<Type^>^)
.NET Framework (current version)
Initializes a new instance of the ComponentEditorForm class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 1.1
Show: