Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
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 Items property.