IListItem Interface
A single list item belonging to a .NET Window Forms list.

C# Syntax

public interface IListItem 
Public Properties
 NameDescription
PropertyHeightThis list item's height (in pixels).  
PropertyIsAnchorIndicates whether this list item is an anchor item (the item from which a multiple selection span starts).  
PropertyIsCheckedIndicates whether this list item's check box is currently selected.  
PropertyIsFocusedIndicates whether this list item has the focus in this multiple selection list box.  
PropertyIsSelectedIndicates whether this list item is selected.  
PropertyTextThe text of this list item, or "" if the list item does not contain any text.  
Top