Interface IListView
A standard Windows list-view object.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface IListView : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber, IListBase<IListViewItem>
Properties
CheckedItems
A list of all checked items as a read-only collection object.
Declaration
ReadOnlyCollection<IListViewItem> CheckedItems { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IListViewItem> |
VisibleColumnsCount
Returns the number of visible columns in the list-view object.
Declaration
int VisibleColumnsCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetColumnHeader(int)
Returns the text header of the specified (report-style) list-view column.
Declaration
string GetColumnHeader(int columnIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | columnIndex | The 0-based index of the list column. |
Returns
| Type | Description |
|---|---|
| string |