Click or drag to resize

ImageListItem Class

List item for list controls that accept an image (e.g. ListBox)
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ImageListItem : ListItem, 
	IImageListItem, IListItem

The ImageListItem type exposes the following members.

Constructors
  NameDescription
Public methodImageListItem
Initializes a new instance of the ImageListItem class
Top
Properties
  NameDescription
Public propertyImage
Gets or sets the image for this item.
Top
Remarks
If you have a list of your own objects, it is more efficient to use them directly with the list control by passing a collection to the DataStore property, and use ItemTextBinding, ItemKeyBinding, and ItemImageBinding.
See Also