'Declaration Public Overridable Function Contains( _ ByVal style As NamedStyle _ ) As Boolean
'Usage Dim instance As NamedStyleCollection Dim style As NamedStyle Dim value As Boolean value = instance.Contains(style)
public virtual bool Contains( NamedStyle style )
Parameters
- style
- Style (NamedStyle object) for which to check in the collection
Return Value
true if the object is found in the collection; false otherwise