Platform SDK: Management Console

MMCImageList

MMCImageList is similar to a Visual Basic® Common Controls ImageList control and is used to hold images used in the scope pane, in the result pane, and in toolbars. Image lists can be created at design time or at run time using the New keyword. An image list created at design time becomes a module-level object in the snap-in at run time. It can be referenced by its design-time name, for example, ImageList1.Tag = 1.

Image lists can only contain bitmaps and all bitmaps in an image list must be the same size. Small bitmaps are 16x16 pixels and large bitmaps are 32x32 pixels.

MaskColor is used to determine which color pixel will be treated as transparent at run time. Pixels of this color will not be painted so that the underlying background will show through.

ListImages references an MMCImages collection containing the images.