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

ImageList Property






Gets the RasterImageList control that contains this item.
Syntax
public RasterImageList ImageList {get;}
'Declaration
 
Public ReadOnly Property ImageList As RasterImageList
'Usage
 
Dim instance As RasterImageListItem
Dim value As RasterImageList
 
value = instance.ImageList
public RasterImageList ImageList {get;}
 get_ImageList(); 
public:
property RasterImageList^ ImageList {
   RasterImageList^ get();
}

Property Value

A RasterImageList that contains this RasterImageListItem.
Remarks

Use this property to access the RasterImageList control that owns this RasterImageListItem.

NOTE: You cannot add an RasterImageListItem to more than one RasterImageList control at the same time. If you attempt to do this, an exception will be thrown.
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

RasterImageListItem Class
RasterImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices

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