Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ImageList Property
See Also 
Leadtools.WinForms Namespace > RasterImageListItem Class : ImageList Property




Gets the RasterImageList control that contains this item.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ImageList As RasterImageList
Visual Basic (Usage)Copy Code
Dim instance As RasterImageListItem
Dim value As RasterImageList
 
value = instance.ImageList
C# 
public RasterImageList ImageList {get;}
Managed Extensions for C++ 
public: __property RasterImageList* get_ImageList();
C++/CLI 
public:
property RasterImageList^ ImageList {
   RasterImageList^ get();
}

Return Value

A RasterImageList that contains this RasterImageListItem.

Remarks

You can 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also