Gets a collection containing all items in the control.
public RasterImageListItemCollection Items { get; }
<BrowsableAttribute(False)>
Public ReadOnly Property Items As Leadtools.Winforms.RasterImageListItemCollection
[BrowsableAttribute(false)]
public:
property Leadtools.Winforms.RasterImageListItemCollection^ Items {
Leadtools.Winforms.RasterImageListItemCollection^ get();
}
A RasterImageListItemCollection that contains all the items in this RasterImageList control.
Using the RasterImageListItemCollection returned by this property, you can add items, remove items, and obtain a count of items. For more information on the tasks that can be performed with the items in the collection, refer to RasterImageListItemCollection.
For an example, refer to RasterImageList.
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