ImageList Property

Summary

Gets the RasterImageList control that contains this item.

Syntax

C#
C++/CLI
C++
public RasterImageList ImageList { get; } 
public: 
property RasterImageList^ ImageList { 
   RasterImageList^ get(); 
} 
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

See Also

Reference

RasterImageListItem Class

RasterImageListItem Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.