Table of Contents

Interface IListItem

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

A single list item in a standard Windows list.

public interface IListItem

Properties

Height

The height of the list item (in pixels).

int Height { get; }

Property Value

int

IsFocused

Indicates whether the list item has focus in a multiple selection list box.

bool IsFocused { get; }

Property Value

bool

IsSelected

Indicates whether the list item is selected.

bool IsSelected { get; }

Property Value

bool

Text

The text value of the list item, or "" when empty.

string Text { get; }

Property Value

string