Interface IListItem
A single list item in a standard Windows list.
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface IListItem
Properties
Height
The height of the list item (in pixels).
Declaration
int Height { get; }
Property Value
| Type | Description |
|---|---|
| int |
IsFocused
Indicates whether the list item has focus in a multiple selection list box.
Declaration
bool IsFocused { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSelected
Indicates whether the list item is selected.
Declaration
bool IsSelected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Text
The text value of the list item, or "" when empty.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |