LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

Items Property (RasterImageList)






Gets a collection containing all items in the control.
Syntax
[BrowsableAttribute(false)]
public RasterImageListItemCollection Items {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Items As RasterImageListItemCollection
'Usage
 
Dim instance As RasterImageList
Dim value As RasterImageListItemCollection
 
value = instance.Items
[BrowsableAttribute(false)]
public RasterImageListItemCollection Items {get;}
BrowsableAttribute()
 get_Items(); 
[BrowsableAttribute(false)]
public:
property RasterImageListItemCollection^ Items {
   RasterImageListItemCollection^ get();
}

Property Value

A RasterImageListItemCollection that contains all the items in this RasterImageList control.
Remarks
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.
Example
For an example, refer to RasterImageList.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.