ArrayDialog is a modal dialog that allows editing of arrays. With it, you can add, remove, and sort the items in the array. It requires an ArrayEditor which it calls to create new values.
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
ScrollableControl
ContainerControl
Form
ArrayDialog
[Visual Basic] Public Class ArrayDialog Inherits Form [C#] public class ArrayDialog : Form [C++] public __gc class ArrayDialog : public Form [JScript] public class ArrayDialog extends Form
[To be supplied.]
Namespace: System.ComponentModel.Design
Assembly: System.ComponentModel.Design.dll
ArrayDialog Members | System.ComponentModel.Design Namespace | ArrayEditor