Table of Contents

Interface IListItem

A single list item in a PowerBuilder list.

Namespace: HP.LFT.SDK.PowerBuilder
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

IsAnchor

Indicates whether the list item is an anchor item (the item from which a multiple selection span starts).

Declaration
bool IsAnchor { get; }
Property Value
Type Description
bool

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