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!

ArrayDialog Constructor

Constructs an ArrayDialog given a type and the ArrayEditor.

[Visual Basic]
Public Sub New( _
   ByVal type As Type, _
   ByVal editor As OldArrayEditor _
)
[C#]
public ArrayDialog(
   Type type,
   OldArrayEditor editor
);
[C++]
public: ArrayDialog(
   Type* type,
   OldArrayEditor* editor
);
[JScript]
public function ArrayDialog(
   type : Type,
   editor : OldArrayEditor
);

Parameters

type
of the array to be edited.
editor
that contains a method to create new elements.

See Also

ArrayDialog Class | ArrayDialog Members | System.ComponentModel.Design Namespace | ArrayEditor