Interface IListView
A .NET Windows Forms list-view object.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface IListView : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber, IListBase<IListViewItem>
Properties
CheckedItems
Retrieves the checked items.
Declaration
ReadOnlyCollection<IListViewItem> CheckedItems { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IListViewItem> |
ErrorText
Returns the tooltip text of the error icon associated with this object.
Declaration
string ErrorText { get; }
Property Value
| Type | Description |
|---|---|
| string |
VisibleColumnsCount
Returns the number of visible columns in this 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 number of the list column. |
Returns
| Type | Description |
|---|---|
| string |