IWinToolBarButtonsCollection2<T> Interface |
Namespace: SmartBear.TestLeft.TestObjects.Win
public interface IWinToolBarButtonsCollection2<T> : IWinToolBarButtonsCollection<T>, IEnumerable<T>, IEnumerable
The IWinToolBarButtonsCollection2<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Item[String] |
Gets an item by its name.
|
![]() | Item[Int32, Boolean] |
Gets a toolbar item by its ID or position.
(Inherited from IWinToolBarButtonsCollection<T>.) |
Name | Description | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<T>.) |