Interface IListView
- Namespace
- HP.LFT.SDK.PowerBuilder
- Assembly
- HP.LFT.SDK.dll
A PowerBuilder 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
VisibleColumnsCount
Returns the number of visible columns in the 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 index of the list column.