Table of Contents

Interface IListView

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

A .NET Windows Forms list-view object.

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

Properties

CheckedItems

Retrieves the checked items.

ReadOnlyCollection<IListViewItem> CheckedItems { get; }

Property Value

ReadOnlyCollection<IListViewItem>

ErrorText

Returns the tooltip text of the error icon associated with this object.

string ErrorText { get; }

Property Value

string

VisibleColumnsCount

Returns the number of visible columns in this 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 number of the list column.

Returns

string