Represents a list item that can have an image associated with each item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IImageListItem : IListItem
Public Interface IImageListItem
Inherits IListItem
type IImageListItem =
interface
interface IListItem
end
The IImageListItem type exposes the following members.
Properties
| Name | Description |
---|
| Image |
Gets the image for this item.
|
TopRemarks
Not all controls that use the
IListItem can support images, for example the
DropDown.
See Also