IWinListViewwItemBounds Property |
Returns the bounding rectangle of the entire item, including the icon and label.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IListViewCollection<Rectangle> wItemBounds { get; }
ReadOnly Property wItemBounds As IListViewCollection(Of Rectangle)
Get
Dim instance As IWinListView
Dim value As IListViewCollection(Of Rectangle)
value = instance.wItemBounds
property IListViewCollection<Rectangle>^ wItemBounds {
IListViewCollection<Rectangle>^ get ();
}
Property Value
Type:
IListViewCollectionRectangleExceptions See Also