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 Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

ArrayDialog Members | System.ComponentModel.Design Namespace | ArrayEditor