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
Public Class ImageListItem
Inherits ListItem
Implements IImageListItem, IListItem
type ImageListItem =
class
inherit ListItem
interface IImageListItem
interface IListItem
end
The ImageListItem type exposes the following members.
Constructors
| Name | Description |
---|
| ImageListItem | Initializes a new instance of the ImageListItem class |
TopProperties
| Name | Description |
---|
| Image |
Gets or sets the image for this item.
|
TopRemarks See Also