←Select platform

RasterImageListItemCollection Constructor

Summary

Initializes a new instance of the RasterImageListItemCollection class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal imageList As Leadtools.Winforms.RasterImageList _ 
) 
public: 
RasterImageListItemCollection(  
   Leadtools.Winforms.RasterImageList^ imageList 
) 

Parameters

imageList
The RasterImageList that owns the collection.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly