IWinToolBarButtonsCollection2TItem Property (String) |
Gets an item by its name.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
string itemName
] { get; }
ReadOnly Default Property Item (
itemName As String
) As T
Get
Dim instance As IWinToolBarButtonsCollection2
Dim itemName As String
Dim value As T
value = instance(itemName)
property T default[String^ itemName] {
T get (String^ itemName);
}
Parameters
- itemName
- Type: SystemString
Name of the item.
Return Value
Type:
TThe test object that corresponds to the specified toolbar item.
Exceptions See Also