ItemStylesContains Method

Indicates whether a particular ItemStyle is contained in the ItemStyles.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual bool Contains(
	ItemStyle anItem
)

Parameters

anItem  ItemStyle
Reference to the ItemStyle object.

Return Value

Boolean
True, if the referenced ItemStyle is contained in the collection; false otherwise.

See Also