ItemStylesInsert Method
Inserts a
ItemStyle at particular position.
The elements that follow the insertion point move down to accommodate the new element.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual void Insert(
int index,
ItemStyle anItem
)
Public Overridable Sub Insert (
index As Integer,
anItem As ItemStyle
)
Parameters
- index Int32
- Index of the ItemStyle being inserted.
- anItem ItemStyle
- A ItemStyle object to add.