C# Syntax
public interface IListItem
Name | Description | |
---|---|---|
![]() | Height | The height of the list item (in pixels). C# Syntax int Height {get;} |
![]() | IsAnchor | Indicates whether the list item is an anchor item (the item from which a multiple selection span starts). C# Syntax bool IsAnchor {get;} |
![]() | IsFocused | Indicates whether the list item has focus in a multiple selection list box. C# Syntax bool IsFocused {get;} |
![]() | IsSelected | Indicates whether the list item is selected. C# Syntax bool IsSelected {get;} |
![]() | Text | The text value of the list item, or "" when empty. C# Syntax string Text {get;} |