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!

ImageList Class

The ImageList is an object that stores a collection of Images, most commonly used by other controls, such as the ListView, TreeView, or Toolbar. You can add either bitmaps or Icons to the ImageList, and the other controls will be able to use the Images as they desire.

Object
   MarshalByRefObject
      MarshalByRefComponent
         ImageList

[Visual Basic]
NotInheritable Public Class ImageList
   Inherits MarshalByRefComponent
[C#]
public sealed class ImageList : MarshalByRefComponent
[C++]
public __gc __sealed class ImageList : public MarshalByRefComponent
[JScript]
public class ImageList extends MarshalByRefComponent

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ImageList Members | System.WinForms Namespace