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 |
| context | object | An object that provides context information. |