Gets the RasterImageList control that contains this item.
public RasterImageList ImageList { get; }
Public ReadOnly Property ImageList As Leadtools.Winforms.RasterImageList
public:
property Leadtools.Winforms.RasterImageList^ ImageList {
Leadtools.Winforms.RasterImageList^ get();
}
A RasterImageList that contains this RasterImageListItem.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET