Click or drag to resize

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

Type Parameters

T
The type of the collection items.

The IWinToolBarButtonsCollectionT type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets a toolbar item by its ID or position.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Top
See Also