Table of Contents

Interface IListView

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

A standard Windows list-view object.

public interface IListView : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber, IListBase<IListViewItem>
Inherited Members
Extension Methods

Properties

CheckedItems

A list of all checked items as a read-only collection object.

ReadOnlyCollection<IListViewItem> CheckedItems { get; }

Property Value

ReadOnlyCollection<IListViewItem>

VisibleColumnsCount

Returns the number of visible columns in the list-view object.

int VisibleColumnsCount { get; }

Property Value

int

Methods

GetColumnHeader(int)

Returns the text header of the specified (report-style) list-view column.

string GetColumnHeader(int columnIndex)

Parameters

columnIndex int

The 0-based index of the list column.

Returns

string