IWinToolBarwButtonBounds Property |
Returns the item's bounds. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IWinToolBarButtonsCollection2<Rectangle> wButtonBounds { get; }
ReadOnly Property wButtonBounds As IWinToolBarButtonsCollection2(Of Rectangle)
Get
Dim instance As IWinToolBar
Dim value As IWinToolBarButtonsCollection2(Of Rectangle)
value = instance.wButtonBounds
property IWinToolBarButtonsCollection2<Rectangle>^ wButtonBounds {
IWinToolBarButtonsCollection2<Rectangle>^ get ();
}
Property Value
Type:
IWinToolBarButtonsCollection2RectangleExceptions See Also