ItemStylesAdd Method
Adds a
ItemStyle class at the end of the collection.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public int Add(
ItemStyle anItem
)
Public Function Add (
anItem As ItemStyle
) As Integer
- anItem ItemStyle
- A ItemStyle object to add.
Int32An index of the newly added
ItemStyle.