C# Syntax
public interface IListItem
Name | Description | |
---|---|---|
Height | This list item's height (in pixels). | |
IsAnchor | Indicates whether this list item is an anchor item (the item from which a multiple selection span starts). | |
IsChecked | Indicates whether this list item's check box is currently selected. | |
IsFocused | Indicates whether this list item has the focus in this multiple selection list box. | |
IsSelected | Indicates whether this list item is selected. | |
Text | The text of this list item, or "" if the list item does not contain any text. |