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
[To be supplied.]
Namespace: System.ComponentModel.Design
Assembly: System.ComponentModel.Design.dll
OldArrayEditor Members | System.ComponentModel.Design Namespace | ArrayDialog | ValueEditor