Initializes a new instance of the RasterImageListItemCollection class.
Public Function New( _
ByVal imageList As Leadtools.Winforms.RasterImageList _
)
public:
RasterImageListItemCollection(
Leadtools.Winforms.RasterImageList^ imageList
)
imageList
The RasterImageList that owns the collection.
You cannot create an instance of this class without associating it with a RasterImageList control.
You normally do not need to create an instance of this class manually, RasterImageList generates one automatically that you can access through the Items property.
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