LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Items Property (RasterImageList)

Show in webframe





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:
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

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.