ItemStylesIndexOf Method
Returns the index of the specified
ItemStyle.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual int IndexOf(
ItemStyle anItem
)
Public Overridable Function IndexOf (
anItem As ItemStyle
) As Integer
- anItem ItemStyle
- Reference to the ItemStyle object which index should be returned.
Int32An index of the specified
ItemStyle.