Image Cell
Represents a cell that displays an image on a configurable background.
Namespace: LSOne.Controls.Cells
Assembly: LSOne.Controls.ListView
Syntax
public class ImageCell : Cell
Constructors
Name | Description |
---|---|
ImageCell(System.Drawing.Image, int, int) | Initializes a new instance of the ImageCell class with the given image, background color (as ARGB) and padding |
Examples
See Source\SM\Plugins\LookupValues\Views\ImageBankView.cs from DevPack for usage examples.
row.AddCell(new Controls.Cells.ImageCell(img.Picture, img.BackColor, 10));