Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ImageList As RasterImageList |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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.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