Leadtools.WinForms Namespace > RasterImageListItemCollection Class : RasterImageListItemCollection Constructor |
public RasterImageListItemCollection( RasterImageList imageList )
'Declaration Public Function New( _ ByVal imageList As RasterImageList _ )
'Usage Dim imageList As RasterImageList Dim instance As New RasterImageListItemCollection(imageList)
public: RasterImageListItemCollection( RasterImageList^ imageList )
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 RasterImageList.Items property.