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 );
ArrayDialog Class | ArrayDialog Members | System.ComponentModel.Design Namespace | ArrayEditor