Table of Contents

Constructor ListViewItemCell

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ListViewItemCell()

Initializes a new instance of the ListViewItemCell class with default values.

public ListViewItemCell()

ListViewItemCell(string, int?)

Initializes a new instance of the ListViewItemCell class with the specified item text and the image index position of the cell's icon.

public ListViewItemCell(string text, int? imageIndex = null)

Parameters

text string

The text to display for the item.

imageIndex int?

The zero-based index of the image within the ImageList associated with the ListView that contains the item.