ItemStylesContains Method
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual bool Contains(
ItemStyle anItem
)
Public Overridable Function Contains (
anItem As ItemStyle
) As Boolean
- anItem ItemStyle
- Reference to the ItemStyle object.
BooleanTrue, if the referenced
ItemStyle is contained in the collection; false otherwise.