Leadtools.WinForms Namespace > RasterImageListItem Class : ImageList Property |
public RasterImageList ImageList {get;}
'Declaration Public ReadOnly Property ImageList As RasterImageList
'Usage Dim instance As RasterImageListItem Dim value As RasterImageList value = instance.ImageList
public: property RasterImageList^ ImageList { RasterImageList^ get(); }
Use this property to access the RasterImageList control that owns this RasterImageListItem.
NOTE: You cannot add an RasterImageListItem to more than one RasterImageList control at the same time. If you attempt to do this, an exception will be thrown.