In This Article

IImageListProvider Interface

Provides the base requirements for an object that can return an ImageList for an object.

public interface IImageListProvider

Methods

GetImageList(object, object)

Returns an ImageList for the specified element and context.

ImageList GetImageList(object requestor, object context)
Parameter Type Description
requestor object

The object that is requesting the ImageList.

context object

An object that provides context information.

Returns

ImageList:

The ImageList that should be used.