IWinListBoxwItemBounds Property |
Returns the bounds of the item specified by its index.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection2<Rectangle> wItemBounds { get; }
ReadOnly Property wItemBounds As IReadOnlyCollection2(Of Rectangle)
Get
Dim instance As IWinListBox
Dim value As IReadOnlyCollection2(Of Rectangle)
value = instance.wItemBounds
property IReadOnlyCollection2<Rectangle>^ wItemBounds {
IReadOnlyCollection2<Rectangle>^ get ();
}
Property Value
Type:
IReadOnlyCollection2RectangleExceptions See Also