IGatheringItemGatheringItem Method
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
void GatheringItem(
out RowItem anItem,
int aRowIndex,
ItemStyle aRowItemStyle,
bool anIsSelectedRow
)
Sub GatheringItem (
<OutAttribute> ByRef anItem As RowItem,
aRowIndex As Integer,
aRowItemStyle As ItemStyle,
anIsSelectedRow As Boolean
)
Parameters
- anItem RowItem
- A row item object. (RowItem)
- aRowIndex Int32
- Specifies the required row's index.
- aRowItemStyle ItemStyle
- Specifies the item style.
- anIsSelectedRow Boolean
- Specifies whether the required row item is in selected row.