IWinListViewwSelectBounds Property |
Returns the union of the icon and label rectangles, but excludes columns in report view.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<Rectangle> wSelectBounds { get; }
ReadOnly Property wSelectBounds As IReadOnlyEnumCollection2(Of Rectangle)
Get
Dim instance As IWinListView
Dim value As IReadOnlyEnumCollection2(Of Rectangle)
value = instance.wSelectBounds
property IReadOnlyEnumCollection2<Rectangle>^ wSelectBounds {
IReadOnlyEnumCollection2<Rectangle>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2RectangleExceptions See Also