IBootstrapCarouselSelectItem Method (Int32) |
Selects the specified item.
Namespace:
SmartBear.TestLeft.TestObjects.Web.Bootstrap
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SelectItem(
int itemIndex
)
Sub SelectItem (
itemIndex As Integer
)
Dim instance As IBootstrapCarousel
Dim itemIndex As Integer
instance.SelectItem(itemIndex)
void SelectItem(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item.
Exceptions See Also