.NET Framework Class Library  

ArrayEditor Class

Provides a user interface for editing arrays at design time.

For a list of all members of this type, see ArrayEditor Members.

System.Object
   System.Drawing.Design.UITypeEditor
      System.ComponentModel.Design.CollectionEditor
         System.ComponentModel.Design.ArrayEditor

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

This editor can be used to edit arrays within the design-time environment.

Requirements

Namespace: System.ComponentModel.Design

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System.Design (in System.Design.dll)

See Also

ArrayEditor Members | System.ComponentModel.Design Namespace | CollectionEditor