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