IWinToolBarButtonsCollectionT Interface |
The test interface for collections of toolbar items.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public interface IWinToolBarButtonsCollection<T> : IEnumerable<T>,
IEnumerable
Public Interface IWinToolBarButtonsCollection(Of T)
Inherits IEnumerable(Of T), IEnumerable
Dim instance As IWinToolBarButtonsCollection(Of T)
generic<typename T>
public interface class IWinToolBarButtonsCollection : IEnumerable<T>,
IEnumerable
Type Parameters
- T
- The type of the collection items.
The IWinToolBarButtonsCollectionT type exposes the following members.
Properties
| Name | Description |
---|
| Item |
Gets a toolbar item by its ID or position.
|
TopMethods See Also