Click or drag to resize

IWinToolBarButtonsCollection2T 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 IWinToolBarButtonsCollection2<T> : IWinToolBarButtonsCollection<T>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
The type of the collection items.

The IWinToolBarButtonsCollection2T type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Top
See Also