IListItem Interface
A single list item in a standard Windows list.

C# Syntax

public interface IListItem 
Public Properties
 NameDescription
PropertyHeightThe height of the list item (in pixels).  
PropertyIsFocusedIndicates whether the list item has focus in a multiple selection list box.  
PropertyIsSelectedIndicates whether the list item is selected.  
PropertyTextThe text value of the list item, or "" when empty.  
Top