ItemStylesAdd Method

Adds a ItemStyle class at the end of the collection.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public int Add(
	ItemStyle anItem
)

Parameters

anItem  ItemStyle
A ItemStyle object to add.

Return Value

Int32
An index of the newly added ItemStyle.

See Also