←Select platform

Items Property

Summary

Gets a collection containing all items in the control.

Syntax

C#
VB
C++
public RasterImageListItemCollection Items { get; } 
  
<BrowsableAttribute(False)> 
Public ReadOnly Property Items As Leadtools.Winforms.RasterImageListItemCollection 
[BrowsableAttribute(false)] 
public: 
property Leadtools.Winforms.RasterImageListItemCollection^ Items { 
   Leadtools.Winforms.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

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

Leadtools.WinForms Assembly