IWinStatusBarwItemBounds Property |
Returns the bounds of the specified status bar part.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<Rectangle> wItemBounds { get; }
ReadOnly Property wItemBounds As IReadOnlyEnumCollection2(Of Rectangle)
Get
Dim instance As IWinStatusBar
Dim value As IReadOnlyEnumCollection2(Of Rectangle)
value = instance.wItemBounds
property IReadOnlyEnumCollection2<Rectangle>^ wItemBounds {
IReadOnlyEnumCollection2<Rectangle>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2RectangleExceptions See Also