Interface IImageListProvider
Exposes the ImageList property. All classes that implement this interface provide an image list.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IImageListProvider
  Properties
ImageList
Gets the image list.
Declaration
ImageList ImageList { get; }
  Property Value
| 
        System.Windows.Forms.ImageList
         
  |