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!

OldArrayEditor Class

ArrayEditor is a value editor that intelligently edits arrays. It uses ArrayDialog in editValue to visually add, remove, and sort arrays. It is a value editor that takes a Class in it's constructor so it knows the type of the array it is editing. ArrayEditor supports editing values, but does not convert text into values.

Object
   ValueEditor
      OldArrayEditor

[Visual Basic]
Public Class OldArrayEditor
   Inherits ValueEditor
[C#]
public class OldArrayEditor : ValueEditor
[C++]
public __gc class OldArrayEditor : public ValueEditor
[JScript]
public class OldArrayEditor extends ValueEditor

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

OldArrayEditor Members | System.ComponentModel.Design Namespace | ArrayDialog | ValueEditor