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;} |
C++/CLI | |
---|---|
public: property RasterImageList^ ImageList { RasterImageList^ get(); } |
Property Value
A RasterImageList that contains this RasterImageListItem.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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7