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