Interface IListView
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
ErrorText
Returns the tooltip text of the error icon associated with this object.
string ErrorText { get; }
Property Value
VisibleColumnsCount
Returns the number of visible columns in this list-view object.
int VisibleColumnsCount { get; }
Property Value
Methods
GetColumnHeader(int)
Returns the text header of the specified (report-style) list-view column.
string GetColumnHeader(int columnIndex)
Parameters
columnIndexintThe 0-based number of the list column.