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!

ComponentEditorForm Constructor

Creates a new ComponentEditorForm.

[Visual Basic]
Public Sub New( _
   ByVal component As Object, _
   ByVal pageTypes() As Type _
)
[C#]
public ComponentEditorForm(
   object component,
   Type[] pageTypes
);
[C++]
public: ComponentEditorForm(
   Object* component,
   Type* pageTypes[]
);
[JScript]
public function ComponentEditorForm(
   component : Object,
   pageTypes : Type[]
);

Parameters

component
The component to be edited.
pageTypes
The set of ComponentEditorPage types to be shown in the form.

See Also

ComponentEditorForm Class | ComponentEditorForm Members | System.WinForms.Design Namespace